diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index cfe17e3..7f23d60 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -1,5 +1,5 @@ UPD 2020-06-29_17:01:21 97655 FHEM/73_AutoShuttersControl.pm -UPD 2020-06-29_14:05:34 188779 lib/FHEM/Automation/ShuttersControl.pm +UPD 2020-06-29_19:11:09 188585 lib/FHEM/Automation/ShuttersControl.pm UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm UPD 2020-06-22_09:41:40 2493 lib/FHEM/Automation/ShuttersControl/Roommate.pm UPD 2020-06-29_09:05:05 30157 lib/FHEM/Automation/ShuttersControl/Shutters.pm diff --git a/lib/FHEM/Automation/ShuttersControl.pm b/lib/FHEM/Automation/ShuttersControl.pm index c80b43b..78818a6 100644 --- a/lib/FHEM/Automation/ShuttersControl.pm +++ b/lib/FHEM/Automation/ShuttersControl.pm @@ -3017,7 +3017,6 @@ sub ShuttersCommandSet { if ( ( - # $posValue == $shutters->getShadingPos && CheckIfShuttersWindowRecOpen($shuttersDev) == 2 && $shutters->getShuttersPlace eq 'terrace' && ( $shutters->getLockOut eq 'soft' @@ -3025,8 +3024,6 @@ sub ShuttersCommandSet { && !$shutters->getQueryShuttersPos($posValue) ) || ( - # $posValue != $shutters->getShadingPos - # && ( ( $shutters->getPartyMode eq 'on' && $ascDev->getPartyMode eq 'on' @@ -3056,9 +3053,7 @@ sub ShuttersCommandSet { && $shutters->getShuttersPlace eq 'terrace' && !$shutters->getQueryShuttersPos($posValue) ) || ( $shutters->getRainProtectionStatus eq 'protected' - && $shutters->getWindProtectionStatus eq 'protected' ) - - # ) + || $shutters->getWindProtectionStatus eq 'protected' ) ) ) {