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();
|
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();
|
||||||
// ----------------------------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------------------------
|
||||||
|
@ -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()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user