diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index cdcdd1a..52df867 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -3,7 +3,7 @@ UPD 2020-07-08_22:06:53 143748 lib/FHEM/Automation/ShuttersControl.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-08_22:06:53 30760 lib/FHEM/Automation/ShuttersControl/Shutters.pm -UPD 2020-07-08_22:06:53 21666 lib/FHEM/Automation/ShuttersControl/Shading.pm +UPD 2020-07-08_22:24:40 21681 lib/FHEM/Automation/ShuttersControl/Shading.pm UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm UPD 2020-07-08_22:06:53 11569 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm diff --git a/lib/FHEM/Automation/ShuttersControl/Shading.pm b/lib/FHEM/Automation/ShuttersControl/Shading.pm index b4dd774..f6c3751 100644 --- a/lib/FHEM/Automation/ShuttersControl/Shading.pm +++ b/lib/FHEM/Automation/ShuttersControl/Shading.pm @@ -148,7 +148,8 @@ sub _CheckShuttersConditionsForShadingFn { ); $errorMessage .= ( - $FHEM::Automation::ShuttersControl::shutters->getBrightness == -1 && $FHEM::Automation::ShuttersControl::shutters->getShadingMode ne 'off' + $FHEM::Automation::ShuttersControl::shutters->getBrightness == -1 + && $FHEM::Automation::ShuttersControl::shutters->getShadingMode ne 'off' ? ' no brightness sensor found, please set ASC_BrightnessSensor attribut' : '' );