fix bug then shading out but not drive and timestamp is to old

This commit is contained in:
Marko Oldenburg 2020-05-22 15:58:49 +02:00
parent 3b5cb7730f
commit 242e056069

View File

@ -2478,6 +2478,8 @@ sub ShadingProcessing {
|| ( !$shutters->getQueryShuttersPos( $shutters->getShadingPos )
&& $shutters->getIfInShading
&& $shutters->getStatus != $shutters->getShadingPos )
|| ( !$shutters->getIfInShading
&& $shutters->getStatus == $shutters->getShadingPos )
)
);