Files
OpenHAB-FFR/rules/Cron.rules
Patrick Niebeling c4d705dd67 Adjust FMS ID in Rule
2025-07-16 21:59:33 +02:00

14 lines
264 B
Plaintext

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