From 699f1e12e7e944957872b69661783bdd667023ff Mon Sep 17 00:00:00 2001 From: Fisch Date: Thu, 1 Feb 2018 22:18:58 +0100 Subject: [PATCH] add config.json preset --- config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..757b4a5 --- /dev/null +++ b/config.json @@ -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 +} +} \ No newline at end of file