forked from exking/udi-mqtt-pg3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
28 lines (28 loc) · 812 Bytes
/
server.json
File metadata and controls
28 lines (28 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "MQTT",
"docs": "https://github.com/exking/udi-mqtt-pg3",
"type": "python3",
"executable": "mqtt-poly.py",
"install": "install.sh",
"description": "MQTT NodeServer",
"notice": "",
"logLevel": "INFO",
"customParams": {
"mqtt_server": "localhost",
"mqtt_port": 1883,
"mqtt_user": "username",
"mqtt_password": "password"
},
"shortPoll": "15",
"longPoll": "60",
"credits": [
{
"title": "NodeServer to integrate with MQTT Broker",
"author": "xKing",
"version": "0.0.11",
"date": "January 19, 2021",
"source": "https://github.com/exking/udi-mqtt-pg3",
"license": "https://raw.githubusercontent.com/exking/udi-mqtt-pg3/master/LICENSE"
}
]
}