relaybox fix

This commit is contained in:
Wolfgang Hottgenroth
2018-04-02 20:40:24 +02:00
parent d0d7250d63
commit d586ab6860
2 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ thermostatKitchenCron.start()
// ----------------------------------------------------------------------------------------------------------
let relayBox = new RelayBoxThing('base', 'labor', 'relaybox', 'IoT/Command/RelayBox', 'IoT/Status/RelayBox', [
"Küche", "Herd", "Waschküche", "Licht Keller", "Licht EG", "Licht OG"
"Küche", "Herd", "Waschküche"
])
relayBox.start()