Update config.json

This commit is contained in:
dukat 2017-01-28 23:33:00 +01:00
parent bc45337d9d
commit c47b05efc5
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "Homie CTDO Schild", "name": "Homie CTDO Schild",
"device_id": "schild2", "device_id": "schild",
"wifi": { "wifi": {
"ssid": "Nudel", "ssid": "ctdo",
"password": "Unser WLAN ist sicher!" "password": "ctdo2342"
}, },
"mqtt": { "mqtt": {
"host": "192.168.1.80", "host": "raum.ctdo.de",
"port": 1883, "port": 1883,
"auth": false "auth": false
}, },