From d586ab686046dd66aa5d399ba091f778aa5fedab Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 2 Apr 2018 20:40:24 +0200 Subject: [PATCH] relaybox fix --- dist/main.js | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/main.js b/dist/main.js index 37dd4d5..b10ac00 100644 --- a/dist/main.js +++ b/dist/main.js @@ -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(); // ---------------------------------------------------------------------------------------------------------- diff --git a/src/main.ts b/src/main.ts index 2ebb991..c1dbf4c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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()