19 lines
683 B
JSON
19 lines
683 B
JSON
{
|
|
"debug": true,
|
|
"enablefilesystem": true,
|
|
"enablemqttserver": true,
|
|
"enablemqttclient": true,
|
|
"mqttserverhost": "127.0.0.1",
|
|
"mqttservertcpport": "1883",
|
|
"mqttserverwsport": "8080",
|
|
"mqttclientaddress": "127.0.0.1",
|
|
"mqttclientport": "1883",
|
|
"mqttclientuser": "",
|
|
"mqttclientpass": "",
|
|
"pins": [
|
|
{ "pin":17, "io":"in", "state":"0", "file":"", "mqtttopic":"/pin/17" },
|
|
{ "pin":20, "io":"out", "state":"1", "file":"", "mqtttopic":"/pin/20" },
|
|
{ "pin":21, "io":"in", "state":"0", "file":"", "mqtttopic":"/pin/21" },
|
|
{ "pin":22, "io":"in", "state":"0", "file":"","mqtttopic":"/pin/22" }
|
|
]
|
|
} |