Adjust FMS ID in Rule

This commit is contained in:
Patrick Niebeling
2025-07-16 21:59:33 +02:00
parent e5ab55d5f1
commit c4d705dd67
3 changed files with 8 additions and 8 deletions

View File

@@ -10,4 +10,4 @@ when
Time cron "0 5 13 ? * SAT#1"
then
FunctioncheckSwitch.sendCommand(OFF)
end
end

View File

@@ -31,7 +31,7 @@ then
logInfo("REMWEBIO001.rules", "LF 10 KatS (3-43) - Status 2 triggered")
logInfo("REMWEBIO001.rules", "StartupSwitch: " + StartupSwitch.state.toString)
logInfo("REMWEBIO001.rules", "FunctioncheckSwitch: " + FunctioncheckSwitch.state.toString)
if( StartupSwitch.state == ON && FFStatus67641349.state == 2) {
if( StartupSwitch.state == ON && FFStatus67641343.state == 2) {
logInfo("REMWEBIO001.rules", "Tor öffnen")
REMWEBIO001_Ausgang1.sendCommand(ON)
}