fix Global symbol "$getClosedPos" requires explicit package

This commit is contained in:
2020-07-26 17:28:39 +02:00
parent 7a154a5f85
commit 5d270eca3a
2 changed files with 3 additions and 3 deletions

View File

@ -526,8 +526,8 @@ sub ShadingProcessingDriveCommand {
if ( IsInTime($FHEM::Automation::ShuttersControl::shutters->getShadingBetweenTheTime)
&& $FHEM::Automation::ShuttersControl::shutters->getShadingStatus eq 'in'
&& $getShadingPos != $getStatus
&& $getStatus != $getClosedPos
&& $getShadingPos != $shutters->getStatus
&& $getStatus != $Shutters->getClosedPos
&& (
FHEM::Automation::ShuttersControl::CheckIfShuttersWindowRecOpen(
$shuttersDev) != 2