17 lines
257 B
JSON
17 lines
257 B
JSON
|
{
|
||
|
"name": "Homie CTDO Schild",
|
||
|
"device_id": "schild2",
|
||
|
"wifi": {
|
||
|
"ssid": "Nudel",
|
||
|
"password": "Unser WLAN ist sicher!"
|
||
|
},
|
||
|
"mqtt": {
|
||
|
"host": "192.168.1.80",
|
||
|
"port": 1883,
|
||
|
"auth": false
|
||
|
},
|
||
|
"ota": {
|
||
|
"enabled": false
|
||
|
}
|
||
|
}
|