relaybox fix
This commit is contained in:
2
dist/main.js
vendored
2
dist/main.js
vendored
@ -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();
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user