First version Weihnachtsbeleuchtung

This commit is contained in:
2020-11-28 09:36:28 +01:00
parent f8c1b116a8
commit 7a2e58a202

View File

@@ -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