18 lines
211 B
JSON
18 lines
211 B
JSON
|
{
|
||
|
"name": "flipdot",
|
||
|
"device_id": "flipdot",
|
||
|
"wifi": {
|
||
|
"ssid": "wifissid",
|
||
|
"password": "password"
|
||
|
},
|
||
|
"mqtt": {
|
||
|
"host": "MQTTBROKER",
|
||
|
"port": 1883,
|
||
|
"auth": false,
|
||
|
"base_topic": ""
|
||
|
},
|
||
|
"ota": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|