From c4d705dd6776d308eed943416382771c060f89a3 Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Wed, 16 Jul 2025 21:59:33 +0200 Subject: [PATCH] Adjust FMS ID in Rule --- persistence/jdbc.persist | 12 ++++++------ rules/Cron.rules | 2 +- rules/REMWEBIO001.rules | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/persistence/jdbc.persist b/persistence/jdbc.persist index 88f1a18..6d78c37 100644 --- a/persistence/jdbc.persist +++ b/persistence/jdbc.persist @@ -1,7 +1,7 @@ -Strategies { - everyMinute : "0 * * * * ?" -} +// Strategies { +// everyMinute : "0 * * * * ?" +// } -Items { - gHistory* : strategy = everyChange, restoreOnStartup -} +// Items { +// gHistory* : strategy = everyChange, restoreOnStartup +// } diff --git a/rules/Cron.rules b/rules/Cron.rules index 947560c..67859e9 100644 --- a/rules/Cron.rules +++ b/rules/Cron.rules @@ -10,4 +10,4 @@ when Time cron "0 5 13 ? * SAT#1" then FunctioncheckSwitch.sendCommand(OFF) -end \ No newline at end of file +end diff --git a/rules/REMWEBIO001.rules b/rules/REMWEBIO001.rules index ab7fba9..2755d98 100644 --- a/rules/REMWEBIO001.rules +++ b/rules/REMWEBIO001.rules @@ -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 && FFStatus67641349.state == 2) { + if( StartupSwitch.state == ON && FFStatus67641343.state == 2) { logInfo("REMWEBIO001.rules", "Tor öffnen") REMWEBIO001_Ausgang1.sendCommand(ON) } -- 2.49.1