2025-06-05 #2
@ -64,16 +64,16 @@ then
|
||||
}
|
||||
end
|
||||
|
||||
rule "LF 8/6-2 (3-42-2) - Status 2"
|
||||
rule "LF 10 KatS (3-43) - Status 2"
|
||||
when
|
||||
Item FFStatus67641349 received update
|
||||
then
|
||||
logInfo("REMWEBIO001.rules", "Rule LF 8/6-2 (3-42-2) - Status 2 triggered")
|
||||
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) {
|
||||
logInfo("REMWEBIO001.rules", "Tor 3 öffnen")
|
||||
REMWEBIO001_Ausgang0.sendCommand(ON)
|
||||
logInfo("REMWEBIO001.rules", "Tor öffnen")
|
||||
REMWEBIO001_Ausgang1.sendCommand(ON)
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user