Compare commits

2 Commits

Author SHA1 Message Date
c4036c3c81 Merge pull request 'Cleanup' (#4) from 2025-07-07 into main
Reviewed-on: #4
2025-07-07 14:11:31 +00:00
d57e516efe Merge pull request 'Cleanup' (#5) from 2025-07-07 into main
Reviewed-on: #5
2025-07-07 14:08:10 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
// Strategies {
// everyMinute : "0 * * * * ?"
// }
Strategies {
everyMinute : "0 * * * * ?"
}
// Items {
// gHistory* : strategy = everyChange, restoreOnStartup
// }
Items {
gHistory* : strategy = everyChange, restoreOnStartup
}

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 && FFStatus67641343.state == 2) {
if( StartupSwitch.state == ON && FFStatus67641349.state == 2) {
logInfo("REMWEBIO001.rules", "Tor öffnen")
REMWEBIO001_Ausgang1.sendCommand(ON)
}