sample config.json

This commit is contained in:
starcalc 2019-03-14 19:54:07 +01:00
parent 830ecc5c05
commit 205b6a6362
1 changed files with 16 additions and 0 deletions

16
data/homie/config.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "pixelbox",
"device_id": "pixelbox",
"wifi": {
"ssid": "WLANSSID",
"password": "WLANPASS"
},
"mqtt": {
"host": "mqtthostname",
"port": 1883,
"auth": false
},
"ota": {
"enabled": false
}
}