Alarmgong, Alarmlicht und Hoftor Steuerung
This commit is contained in:
13
rules/Cron.rules
Normal file
13
rules/Cron.rules
Normal file
@ -0,0 +1,13 @@
|
||||
rule "Funktionsüberprüfung exception ON"
|
||||
when
|
||||
Time cron "0 55 12 ? * SAT#1"
|
||||
then
|
||||
FunctioncheckSwitch.sendCommand(ON)
|
||||
end
|
||||
|
||||
rule "Funktionsüberprüfung exception OFF"
|
||||
when
|
||||
Time cron "0 5 13 ? * SAT#1"
|
||||
then
|
||||
FunctioncheckSwitch.sendCommand(OFF)
|
||||
end
|
Reference in New Issue
Block a user