fix typo in getter
This commit is contained in:
parent
1450458fcb
commit
1d47b80035
@ -1170,7 +1170,7 @@ sub EventProcessingWind($@) {
|
|||||||
if ( $events =~ m#$reading:\s(\d+)# ) {
|
if ( $events =~ m#$reading:\s(\d+)# ) {
|
||||||
foreach my $shuttersDev ( @{ $hash->{helper}{shuttersList} } ) {
|
foreach my $shuttersDev ( @{ $hash->{helper}{shuttersList} } ) {
|
||||||
$shutters->setShuttersDev($shuttersDev);
|
$shutters->setShuttersDev($shuttersDev);
|
||||||
$shutters->setWindProtection('unprotection') if ( not defined($shutters->getWindPos) );
|
$shutters->setWindProtection('unprotection') if ( not defined($shutters->getWindProtection) );
|
||||||
next if ( $shutters->getWindMax < 0 );
|
next if ( $shutters->getWindMax < 0 );
|
||||||
next if ( CheckIfShuttersWindowRecOpen($shuttersDev) != 0
|
next if ( CheckIfShuttersWindowRecOpen($shuttersDev) != 0
|
||||||
and $shutters->getShuttersPlace eq 'terrace' );
|
and $shutters->getShuttersPlace eq 'terrace' );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user