Alarmgong, Alarmlicht und Hoftor Steuerung
This commit is contained in:
11
rules/SystemStart.rules
Normal file
11
rules/SystemStart.rules
Normal file
@ -0,0 +1,11 @@
|
||||
var Timer StartupTimer = null
|
||||
|
||||
rule "Startup Message"
|
||||
when
|
||||
System started
|
||||
then
|
||||
logInfo("SystemStart.rules", "Create timer for Systemstartup & Restore")
|
||||
StartupTimer = createTimer(now.plusSeconds(30), [|
|
||||
StartupSwitch.postUpdate(ON)
|
||||
])
|
||||
end
|
Reference in New Issue
Block a user