From 079174293b4a8046cb8e17d1682444794eb0bae1 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sun, 17 Mar 2019 14:03:18 +0100 Subject: [PATCH] Tradfri-Topics: Typofix The all-lights and the kittchen sink topics currently do not work because the config uses the wrong topic names. This commit fixes the issues. --- config/rzl/kitchen.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rzl/kitchen.js b/config/rzl/kitchen.js index 0950dec..942328d 100644 --- a/config/rzl/kitchen.js +++ b/config/rzl/kitchen.js @@ -22,12 +22,12 @@ export const topics: Topics = { kitchenLightColor: { state: { - name: "/service/openhab/out/kitchenLight_allColor_temperature" + name: "/service/openhab/out/kitchen_light_all_color_temperature" + "/state", type: types.string }, command: { - name: "/service/openhab/in/kitchenLight_allColor_temperature" + name: "/service/openhab/in/kitchen_light_all_color_temperature" + "/command", type: types.string }, @@ -35,11 +35,11 @@ export const topics: Topics = { }, kitchenLightBrightness: { state: { - name: "/service/openhab/out/kitchenLight_allBrightness/state", + name: "/service/openhab/out/kitchen_light_all_brightness/state", type: types.string }, command: { - name: "/service/openhab/in/kitchenLight_allBrightness/command", + name: "/service/openhab/in/kitchen_light_all_brightness/command", type: types.string }, defaultValue: "0" @@ -47,12 +47,12 @@ export const topics: Topics = { kitchenSinkLightBrightness: { state: { name: "/service/openhab/out/tradfri_0100_" - + "gwb8d7af2b448f_65545Brightness/state", + + "gwb8d7af2b448f_65545_brightness/state", type: types.string }, command: { name: "/service/openhab/in/tradfri_0100_" - + "gwb8d7af2b448f_65545Brightness/command", + + "gwb8d7af2b448f_65545_brightness/command", type: types.string }, defaultValue: "0"