From ea8813cd2ce6f70a5533c6bf0cf615cfeb1978fd Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 8 Jul 2020 10:52:22 +0200 Subject: [PATCH] =?UTF-8?q?remove=20IsAfterShuttersManualBlocking=20condit?= =?UTF-8?q?ion=20for=20rain-protected=20=09ge=C3=A4ndert:=20=20=20=20=20?= =?UTF-8?q?=20=20lib/FHEM/Automation/ShuttersControl.pm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controls_AutoShuttersControl.txt | 2 +- lib/FHEM/Automation/ShuttersControl.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index 122d21c..cc6afa0 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -1,5 +1,5 @@ UPD 2020-07-07_14:49:19 97041 FHEM/73_AutoShuttersControl.pm -UPD 2020-07-08_10:44:54 178067 lib/FHEM/Automation/ShuttersControl.pm +UPD 2020-07-08_10:52:06 178008 lib/FHEM/Automation/ShuttersControl.pm UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm UPD 2020-07-07_14:49:19 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm UPD 2020-07-07_14:49:19 30710 lib/FHEM/Automation/ShuttersControl/Shutters.pm diff --git a/lib/FHEM/Automation/ShuttersControl.pm b/lib/FHEM/Automation/ShuttersControl.pm index 2322d90..001849d 100644 --- a/lib/FHEM/Automation/ShuttersControl.pm +++ b/lib/FHEM/Automation/ShuttersControl.pm @@ -1809,7 +1809,6 @@ sub RainProtection { if ( $val > $triggerMax && $shutters->getStatus != $closedPos - && IsAfterShuttersManualBlocking($shuttersDev) && $shutters->getRainProtectionStatus eq 'unprotected' ) { $shutters->setLastDrive('rain protected');