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

2
dist/main.js vendored
View File

@ -251,7 +251,7 @@ let thermostatKitchenCron = new Cron_1.Cron('thermostatKitchenCron', thermostatK
thermostatKitchenCron.start(); thermostatKitchenCron.start();
// ---------------------------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------------------------
let relayBox = new RelayBox_1.RelayBoxThing('base', 'labor', 'relaybox', 'IoT/Command/RelayBox', 'IoT/Status/RelayBox', [ let relayBox = new RelayBox_1.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(); relayBox.start();
// ---------------------------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------------------------

View File

@ -323,7 +323,7 @@ thermostatKitchenCron.start()
// ---------------------------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------------------------
let relayBox = new RelayBoxThing('base', 'labor', 'relaybox', 'IoT/Command/RelayBox', 'IoT/Status/RelayBox', [ 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() relayBox.start()