var Timer StartupTimer = null rule "Startup Message" when System started 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