From 6542b7711b668bd14bbc7a93ad6dee636ec9bcb9 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Tue, 30 Aug 2022 16:19:28 +0000 Subject: [PATCH] 73_AutoShuttersControl: fix can't locate object method after update git-svn-id: https://svn.fhem.de/fhem/trunk@26362 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/lib/FHEM/Automation/ShuttersControl.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 588cd8dfd..4fe488769 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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 can't locate object method after update - bugfix: 73_AutoShuttersControl: fix many reported bugs - feature: 93_DbRep: reduceLog - add max, max=day, min, min=day, sum, sum=day some fixes of reduceLog routine diff --git a/fhem/lib/FHEM/Automation/ShuttersControl.pm b/fhem/lib/FHEM/Automation/ShuttersControl.pm index 277326c55..6cc8bf8c8 100644 --- a/fhem/lib/FHEM/Automation/ShuttersControl.pm +++ b/fhem/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 );