fix syntax error
This commit is contained in:
@@ -1814,7 +1814,7 @@ sub EventProcessingTwilightDevice($@) {
|
|||||||
. ' WindProtection: '
|
. ' WindProtection: '
|
||||||
. $shutters->getWindProtectionStatus );
|
. $shutters->getWindProtectionStatus );
|
||||||
|
|
||||||
if (and $ascDev->getAutoShuttersControlShading eq 'on'
|
if ( $ascDev->getAutoShuttersControlShading eq 'on'
|
||||||
and $shutters->getRainProtectionStatus eq 'unprotected'
|
and $shutters->getRainProtectionStatus eq 'unprotected'
|
||||||
and $shutters->getWindProtectionStatus eq 'unprotected'
|
and $shutters->getWindProtectionStatus eq 'unprotected'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user