mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
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
This commit is contained in:
parent
4ece3af0f5
commit
6542b7711b
@ -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
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user