12 lines
221 B
JSON
12 lines
221 B
JSON
|
{
|
||
|
"enabled": false,
|
||
|
"host": "test.mosquitto.org",
|
||
|
"port": 1883,
|
||
|
"authenticated": false,
|
||
|
"username": "mqttuser",
|
||
|
"password": "mqttpassword",
|
||
|
"keepAlive": 16,
|
||
|
"cleanSession": true,
|
||
|
"maxTopicLength": 128
|
||
|
}
|