From 2dc5da70c2355d56caac5f4a19372bdc15638fbc Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 22 May 2020 15:58:16 +0200 Subject: [PATCH] fix bug then shading out but not drive and timestamp is to old --- 73_AutoShuttersControl.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/73_AutoShuttersControl.pm b/73_AutoShuttersControl.pm index f95cc72..32b97fc 100644 --- a/73_AutoShuttersControl.pm +++ b/73_AutoShuttersControl.pm @@ -2597,6 +2597,8 @@ sub ShadingProcessing { || ( !$shutters->getQueryShuttersPos( $shutters->getShadingPos ) && $shutters->getIfInShading && $shutters->getStatus != $shutters->getShadingPos ) + || ( !$shutters->getIfInShading + && $shutters->getStatus == $shutters->getShadingPos ) ) );