add getQueryShuttersPos condition to ShadingDrive Fn

This commit is contained in:
Marko Oldenburg 2019-06-27 11:18:19 +02:00
parent 91f160fc6a
commit cca397c338

View File

@ -2184,7 +2184,11 @@ sub ShadingProcessingDriveCommand($$) {
(
$shutters->getShadingPos == $shutters->getLastPos
? $shutters->getOpenPos
: $shutters->getLastPos
: (
not $shutters->getQueryShuttersPos(
$shutters->getLastPos
) ? $shutters->getLastPos : $shutters->getOpenPos
)
)
);