diff --git a/Weihnachtsbeleuchtung.lua b/Weihnachtsbeleuchtung.lua index f8abc9d..1f4d69d 100644 --- a/Weihnachtsbeleuchtung.lua +++ b/Weihnachtsbeleuchtung.lua @@ -6,11 +6,8 @@ function thrawn_on_start() thrawn_log("Starting LUA Service " .. SERVICE_NAME) - thrawn_schedule("0 00 01 * * *", "on_deactivate") - thrawn_schedule("0 00 16 * * *", "on_activtate") - - thrawn_schedule("0 00 06 * * *", "on_activtate") - thrawn_schedule("0 00 10 * * *", "on_deactivate") + thrawn_schedule("0 0 1 * * *", "on_deactivate") + thrawn_schedule("0 0 6 * * *", "on_activtate") end