From 5a2e3f8a379da0981f1c0fcc93a72cd53baa5ef6 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sun, 22 Jul 2018 13:37:07 +0200 Subject: [PATCH] Infoscreen: von OpenHab nach Sonoff umgebaut --- config/rzl/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rzl/index.js b/config/rzl/index.js index 7ecf73b..8b20b96 100644 --- a/config/rzl/index.js +++ b/config/rzl/index.js @@ -35,7 +35,7 @@ const config: Config = { name: "cmnd/sonoff6/power", type: types.option({ on: "ON", off: "OFF" }) }, - defaultValue: "off", + defaultValue: "off" }, twinkle: { state: { @@ -151,11 +151,11 @@ const config: Config = { }, infoscreen: { state: { - name: "/service/openhab/out/pca301_infoscreen/state", + name: "stat/sonoff7/POWER", type: types.option({ ON: "on", OFF: "off" }) }, command: { - name: "/service/openhab/in/pca301_infoscreen/command", + name: "cmnd/sonoff7/power", type: types.option({ on: "ON", off: "OFF" }) }, defaultValue: "off"