fix little typo
This commit is contained in:
parent
5d270eca3a
commit
338db55e05
@ -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:28:23 24011 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2020-07-26_17:30:44 24036 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
|
||||
|
@ -526,8 +526,8 @@ sub ShadingProcessingDriveCommand {
|
||||
|
||||
if ( IsInTime($FHEM::Automation::ShuttersControl::shutters->getShadingBetweenTheTime)
|
||||
&& $FHEM::Automation::ShuttersControl::shutters->getShadingStatus eq 'in'
|
||||
&& $getShadingPos != $shutters->getStatus
|
||||
&& $getStatus != $Shutters->getClosedPos
|
||||
&& $getShadingPos != $getStatus
|
||||
&& $getStatus != $FHEM::Automation::ShuttersControl::shutters->getClosedPos
|
||||
&& (
|
||||
FHEM::Automation::ShuttersControl::CheckIfShuttersWindowRecOpen(
|
||||
$shuttersDev) != 2
|
||||
|
Loading…
Reference in New Issue
Block a user