From 495a3fa9eb464fd067dcf2348be2f6d06484cec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Steffen=20M=C3=BCller?= Date: Sun, 29 Nov 2020 07:45:18 +0100 Subject: [PATCH] Man sollte auf auch das Topic write topic schreiben ;) --- Weihnachtsbeleuchtung.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Weihnachtsbeleuchtung.lua b/Weihnachtsbeleuchtung.lua index 1f4d69d..cbe6c5f 100644 --- a/Weihnachtsbeleuchtung.lua +++ b/Weihnachtsbeleuchtung.lua @@ -1,5 +1,5 @@ SERVICE_NAME = "Weihnachtsbeleuchtung" -SERVICE_VERSION = "1.0.0" +SERVICE_VERSION = "1.0.1" function thrawn_on_start() thrawn_register_service(SERVICE_NAME) @@ -15,9 +15,9 @@ function thrawn_on_update(state) end function on_activtate(time) - thrawn_publish("kueche/lights/girlande/on", "1") + thrawn_publish("kueche/lights/girlande/on/set", "1") end function on_deactivate(time) - thrawn_publish("kueche/lights/girlande/on", "0") -end \ No newline at end of file + thrawn_publish("kueche/lights/girlande/on/set", "0") +end