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:16 +02:00
parent 419bba1e74
commit 2dc5da70c2

View File

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