Compare commits
2 Commits
2025-07-07
...
c4036c3c81
| Author | SHA1 | Date | |
|---|---|---|---|
| c4036c3c81 | |||
| d57e516efe |
@@ -1,7 +1,7 @@
|
|||||||
// Strategies {
|
Strategies {
|
||||||
// everyMinute : "0 * * * * ?"
|
everyMinute : "0 * * * * ?"
|
||||||
// }
|
}
|
||||||
|
|
||||||
// Items {
|
Items {
|
||||||
// gHistory* : strategy = everyChange, restoreOnStartup
|
gHistory* : strategy = everyChange, restoreOnStartup
|
||||||
// }
|
}
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ when
|
|||||||
Time cron "0 5 13 ? * SAT#1"
|
Time cron "0 5 13 ? * SAT#1"
|
||||||
then
|
then
|
||||||
FunctioncheckSwitch.sendCommand(OFF)
|
FunctioncheckSwitch.sendCommand(OFF)
|
||||||
end
|
end
|
||||||
@@ -31,7 +31,7 @@ then
|
|||||||
logInfo("REMWEBIO001.rules", "LF 10 KatS (3-43) - 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 && FFStatus67641343.state == 2) {
|
if( StartupSwitch.state == ON && FFStatus67641349.state == 2) {
|
||||||
logInfo("REMWEBIO001.rules", "Tor öffnen")
|
logInfo("REMWEBIO001.rules", "Tor öffnen")
|
||||||
REMWEBIO001_Ausgang1.sendCommand(ON)
|
REMWEBIO001_Ausgang1.sendCommand(ON)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user