remove IsAfterShuttersManualBlocking condition for rain-protected
geändert: lib/FHEM/Automation/ShuttersControl.pm
This commit is contained in:
parent
b6bb0af471
commit
ea8813cd2c
@ -1,5 +1,5 @@
|
|||||||
UPD 2020-07-07_14:49:19 97041 FHEM/73_AutoShuttersControl.pm
|
UPD 2020-07-07_14:49:19 97041 FHEM/73_AutoShuttersControl.pm
|
||||||
UPD 2020-07-08_10:44:54 178067 lib/FHEM/Automation/ShuttersControl.pm
|
UPD 2020-07-08_10:52:06 178008 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 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
||||||
UPD 2020-07-07_14:49:19 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
UPD 2020-07-07_14:49:19 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||||
UPD 2020-07-07_14:49:19 30710 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
UPD 2020-07-07_14:49:19 30710 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||||
|
@ -1809,7 +1809,6 @@ sub RainProtection {
|
|||||||
|
|
||||||
if ( $val > $triggerMax
|
if ( $val > $triggerMax
|
||||||
&& $shutters->getStatus != $closedPos
|
&& $shutters->getStatus != $closedPos
|
||||||
&& IsAfterShuttersManualBlocking($shuttersDev)
|
|
||||||
&& $shutters->getRainProtectionStatus eq 'unprotected' )
|
&& $shutters->getRainProtectionStatus eq 'unprotected' )
|
||||||
{
|
{
|
||||||
$shutters->setLastDrive('rain protected');
|
$shutters->setLastDrive('rain protected');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user