[Ticket: #116]
This commit is contained in:
Marko Oldenburg 2022-08-30 18:12:01 +02:00
parent c0a7bfa6df
commit 51256c1ed9
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 );