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();
// ----------------------------------------------------------------------------------------------------------
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();
// ----------------------------------------------------------------------------------------------------------