fix global shading on condition
This commit is contained in:
parent
c18f128722
commit
9eda91cac1
@ -1,15 +1,15 @@
|
||||
UPD 2020-11-09_06:40:13 97618 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-11-09_06:42:03 97618 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-10-23_07:22:10 74159 lib/FHEM/Automation/ShuttersControl.pm
|
||||
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-10-23_07:22:10 25490 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2020-11-09_06:40:13 110008 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
||||
UPD 2020-11-09_06:54:45 25599 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2020-11-09_06:42:03 110008 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
||||
UPD 2020-10-23_07:22:10 45903 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
|
||||
UPD 2020-11-09_06:40:13 11609 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
||||
UPD 2020-11-09_06:42:03 11609 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
||||
UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
|
||||
UPD 2020-11-09_06:40:13 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
|
||||
UPD 2020-11-09_06:42:03 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
|
||||
UPD 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm
|
||||
UPD 2020-11-09_06:40:13 3980 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm
|
||||
UPD 2020-11-09_06:42:03 3980 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm
|
||||
UPD 2020-06-22_09:41:40 2288 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm
|
||||
|
@ -286,6 +286,8 @@ sub ShadingProcessing {
|
||||
->getShadingWaitingPeriod / 2
|
||||
)
|
||||
|| $FHEM::Automation::ShuttersControl::shutters->getShadingMode eq 'off'
|
||||
|| $FHEM::Automation::ShuttersControl::ascDev
|
||||
->getAutoShuttersControlShading eq 'off'
|
||||
);
|
||||
|
||||
Log3( $name, 4,
|
||||
|
Loading…
Reference in New Issue
Block a user