16 lines
198 B
Text
16 lines
198 B
Text
{
|
|
"name": "pixelbox",
|
|
"device_id": "pixelbox",
|
|
"wifi": {
|
|
"ssid": "WLANSSID",
|
|
"password": "WLANPASS"
|
|
},
|
|
"mqtt": {
|
|
"host": "mqtthostname",
|
|
"port": 1883,
|
|
"auth": false
|
|
},
|
|
"ota": {
|
|
"enabled": false
|
|
}
|
|
}
|