From c745717e2ca2e65a809578a1f0bddd1051177ee7 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Wed, 28 Apr 2021 07:23:16 +0000 Subject: [PATCH] 73_AutoShuttersControl: fix logic error in EventProcessing Forum #1149463 git-svn-id: https://svn.fhem.de/fhem/trunk@24346 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ .../Automation/ShuttersControl/EventProcessingFunctions.pm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index d6e5a094d..c13bc5b64 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 73_AutoShuttersControl: fix logic error in EventProcessing + Forum #1149463 - bugfix: 74_GardenaSmartDevice: fix uninitialized value in concatenation - feature: 98_backup: split modul code in to two files. add code for error handling diff --git a/fhem/lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm b/fhem/lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm index a518caada..d9c307eff 100644 --- a/fhem/lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm +++ b/fhem/lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm @@ -300,8 +300,8 @@ sub EventProcessingWindowRec { $FHEM::Automation::ShuttersControl::shutters->getVentilatePos || $FHEM::Automation::ShuttersControl::shutters->getStatus == $FHEM::Automation::ShuttersControl::shutters->getComfortOpenPos - || $FHEM::Automation::ShuttersControl::shutters->getStatus == - $FHEM::Automation::ShuttersControl::shutters->getOpenPos +# || $FHEM::Automation::ShuttersControl::shutters->getStatus == +# $FHEM::Automation::ShuttersControl::shutters->getOpenPos Logikfehler? siehe Forum https://forum.fhem.de/index.php/topic,120390.msg1149463.html#msg1149463 || ( $FHEM::Automation::ShuttersControl::shutters->getStatus == $FHEM::Automation::ShuttersControl::shutters ->getPrivacyDownPos