Sicherung aktueller Dateien

This commit is contained in:
Patrick Niebeling
2022-09-29 17:19:30 +02:00
parent f2a79a737b
commit 82ace78a3a
16 changed files with 119 additions and 40 deletions

View File

@ -6,6 +6,7 @@ when
then
logInfo("SystemStart.rules", "Create timer for Systemstartup & Restore")
StartupTimer = createTimer(now.plusSeconds(30), [|
logInfo("SystemStart.rules", "Set StartupSwitch to ON")
StartupSwitch.postUpdate(ON)
])
end