patch from FunkOdyssey2001, problem with absent

This commit is contained in:
Marko Oldenburg 2021-01-04 07:26:39 +01:00
parent bfeadd0bbf
commit c6e25e391b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
UPD 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
UPD 2020-08-12_11:00:05 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
UPD 2020-11-09_06:58:59 25599 lib/FHEM/Automation/ShuttersControl/Shading.pm
UPD 2020-11-20_11:21:11 110071 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2021-01-04_07:25:50 110132 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2020-12-10_09:36:29 46060 lib/FHEM/Automation/ShuttersControl/Helper.pm
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
UPD 2020-11-20_11:21:11 11742 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm

View File

@ -941,7 +941,7 @@ sub EventProcessingResidents {
&& $FHEM::Automation::ShuttersControl::shutters
->getSelfDefenseMode ne 'off'
|| ( $getModeDown eq 'absent'
|| $getModeDown eq 'always' )
# || $getModeDown eq 'always' ) Wird zu Testzwecken auskommentiert, siehe #90 Github
|| ( $FHEM::Automation::ShuttersControl::shutters
->getShadingMode eq 'absent'
&& $FHEM::Automation::ShuttersControl::shutters