This commit is contained in:
Marko Oldenburg 2020-06-29 19:11:29 +02:00
parent 9bbd2445e2
commit 254c84ffe1
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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' )
)
)
{