Change Door
This commit is contained in:
@ -64,16 +64,16 @@ then
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
rule "LF 8/6-2 (3-42-2) - Status 2"
|
rule "LF 10 KatS (3-43) - Status 2"
|
||||||
when
|
when
|
||||||
Item FFStatus67641349 received update
|
Item FFStatus67641349 received update
|
||||||
then
|
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", "StartupSwitch: " + StartupSwitch.state.toString)
|
||||||
logInfo("REMWEBIO001.rules", "FunctioncheckSwitch: " + FunctioncheckSwitch.state.toString)
|
logInfo("REMWEBIO001.rules", "FunctioncheckSwitch: " + FunctioncheckSwitch.state.toString)
|
||||||
if( StartupSwitch.state == ON && FFStatus67641349.state == 2) {
|
if( StartupSwitch.state == ON && FFStatus67641349.state == 2) {
|
||||||
logInfo("REMWEBIO001.rules", "Tor 3 öffnen")
|
logInfo("REMWEBIO001.rules", "Tor öffnen")
|
||||||
REMWEBIO001_Ausgang0.sendCommand(ON)
|
REMWEBIO001_Ausgang1.sendCommand(ON)
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user