fix Sunrise drive in shading position

This commit is contained in:
Marko Oldenburg 2019-06-25 13:40:09 +02:00
parent e18d609e5f
commit 69810dcf70

View File

@ -4106,7 +4106,7 @@ sub getIfInShading {
return (
(
$shutters->getShadingMode ne 'off'
and $shutters->getShadingStatus eq 'in'
and $shutters->getShadingLastStatus eq 'out'
) ? 1 : 0
);
}