2025-06-05 #2

Merged
gnilebein merged 2 commits from 2025-06-05 into main 2025-06-05 11:36:33 +00:00
3 changed files with 54 additions and 56 deletions
Showing only changes of commit 28917b63fe - Show all commits

View File

@ -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