18 lines
215 B
JSON
18 lines
215 B
JSON
|
{
|
||
|
"name": "device name",
|
||
|
"device_id": "deviceid",
|
||
|
"wifi": {
|
||
|
"ssid": "wifissid",
|
||
|
"password": "password"
|
||
|
},
|
||
|
"mqtt": {
|
||
|
"host": "10.0.0.1",
|
||
|
"port": 1883,
|
||
|
"auth": false,
|
||
|
"base_topic": ""
|
||
|
},
|
||
|
"ota": {
|
||
|
"enabled": false
|
||
|
}
|
||
|
}
|