fix Global symbol "$getClosedPos" requires explicit package

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

View File

@ -3,7 +3,7 @@ UPD 2020-07-09_12:52:46 74134 lib/FHEM/Automation/ShuttersControl.pm
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
UPD 2020-07-07_14:49:19 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
UPD 2020-07-09_12:52:46 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
UPD 2020-07-26_17:16:37 23991 lib/FHEM/Automation/ShuttersControl/Shading.pm
UPD 2020-07-26_17:28:23 24011 lib/FHEM/Automation/ShuttersControl/Shading.pm
UPD 2020-07-09_09:43:45 108076 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2020-07-09_12:52:46 44910 lib/FHEM/Automation/ShuttersControl/Helper.pm
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm

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