From 51256c1ed9734caee6378a2ab6e53a59522aa8cc Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 30 Aug 2022 18:12:01 +0200 Subject: [PATCH] closes: #116 [Ticket: #116] --- controls_AutoShuttersControl.txt | 4 ++-- lib/FHEM/Automation/ShuttersControl.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index 0abd521..163278f 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -1,5 +1,5 @@ -UPD 2022-08-29_13:30:11 116288 FHEM/73_AutoShuttersControl.pm -UPD 2022-08-29_13:28:18 76466 lib/FHEM/Automation/ShuttersControl.pm +UPD 2022-08-29_13:31:39 116288 FHEM/73_AutoShuttersControl.pm +UPD 2022-08-30_18:07:51 76465 lib/FHEM/Automation/ShuttersControl.pm UPD 2022-01-14_08:49:13 2691 lib/FHEM/Automation/ShuttersControl/Dev.pm UPD 2022-01-14_08:49:13 2677 lib/FHEM/Automation/ShuttersControl/Roommate.pm UPD 2022-03-05_09:12:41 32016 lib/FHEM/Automation/ShuttersControl/Shutters.pm diff --git a/lib/FHEM/Automation/ShuttersControl.pm b/lib/FHEM/Automation/ShuttersControl.pm index 277326c..6cc8bf8 100644 --- a/lib/FHEM/Automation/ShuttersControl.pm +++ b/lib/FHEM/Automation/ShuttersControl.pm @@ -1768,7 +1768,7 @@ sub SetCmdFn { || $FHEM::Automation::ShuttersControl::shutters ->getWindProtectionStatus eq 'protected' || $FHEM::Automation::ShuttersControl::shutters - ->getRaindProtectionStatus eq 'protected' ); + ->getRainProtectionStatus eq 'protected' ); if ( $shutters->getStatus != $posValue ) { $shutters->setLastPos( $shutters->getStatus );