add config.json preset
This commit is contained in:
parent
281a9041e7
commit
699f1e12e7
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "esp-videoswitcher",
|
||||||
|
"device_id": "esp-videoswitcher",
|
||||||
|
"wifi": {
|
||||||
|
"ssid": "",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
"mqtt": {
|
||||||
|
"host": "raum.ctdo.de",
|
||||||
|
"port": 1883,
|
||||||
|
"auth": false
|
||||||
|
},
|
||||||
|
"ota": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue