fix shutterplace terrace

This commit is contained in:
Marko Oldenburg 2019-06-23 16:06:32 +02:00
parent 0ca68a3713
commit 987827a088

View File

@ -988,7 +988,6 @@ sub EventProcessingWindowRec($@) {
)
{
if ( $shutters->getShadingStatus eq 'in'
and $shutters->getShuttersPlace eq 'terrace'
and $shutters->getShadingPos != $shutters->getStatus )
{
$shutters->setLastDrive('shading in');
@ -1001,7 +1000,6 @@ sub EventProcessingWindowRec($@) {
$shutters->setDriveCmd( $shutters->getOpenPos );
}
}
elsif (
$shutters->getModeUp ne 'absent'
and $shutters->getModeUp ne 'off'