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