fix Sunrise drive in shading position
This commit is contained in:
@@ -4106,7 +4106,7 @@ sub getIfInShading {
|
|||||||
return (
|
return (
|
||||||
(
|
(
|
||||||
$shutters->getShadingMode ne 'off'
|
$shutters->getShadingMode ne 'off'
|
||||||
and $shutters->getShadingStatus eq 'in'
|
and $shutters->getShadingLastStatus eq 'out'
|
||||||
) ? 1 : 0
|
) ? 1 : 0
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user