From 7a2e58a2029a81336fe257413a65c512d86c42eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Julian-Steffen=20M=C3=BCller?= Date: Sat, 28 Nov 2020 09:36:28 +0100 Subject: [PATCH] First version Weihnachtsbeleuchtung --- Weihnachtsbeleuchtung.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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