add more shading options
This commit is contained in:
@ -1729,12 +1729,14 @@ sub EventProcessingShadingBrightness($@) {
|
||||
. ' - Alle Bedingungen zur weiteren Beschattungsverarbeitung sind erfüllt. Es wird nun die eigentliche Beschattungsfunktion aufgerufen'
|
||||
);
|
||||
}
|
||||
# else {
|
||||
# unless ( $shutters->getShadingMode eq $homemode
|
||||
# and
|
||||
# $shutters->setShadingStatus('out');
|
||||
# ShadingProcessingDriveCommand($hash,$shuttersDev);
|
||||
# }
|
||||
elsif ( $shutters->getShadingStatus eq 'in'
|
||||
and $shutters->getShadingMode ne $homemode
|
||||
and $shutters->getRainProtectionStatus eq 'unprotection'
|
||||
and $shutters->getWindProtectionStatus eq 'unprotection' )
|
||||
{
|
||||
$shutters->setShadingStatus('out');
|
||||
ShadingProcessingDriveCommand( $hash, $shuttersDev );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user