add import CheckASC_ConditionsForShadingFn fn from Shading

geändert:       lib/FHEM/Automation/ShuttersControl.pm
This commit is contained in:
Marko Oldenburg 2020-07-09 08:56:46 +02:00
parent 9eef44ca3a
commit 8329cf35d1
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
UPD 2020-07-08_22:02:31 97041 FHEM/73_AutoShuttersControl.pm
UPD 2020-07-09_08:53:11 73926 lib/FHEM/Automation/ShuttersControl.pm
UPD 2020-07-09_08:56:22 74011 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

View File

@ -76,6 +76,7 @@ use Date::Parse;
use FHEM::Automation::ShuttersControl::Shutters;
use FHEM::Automation::ShuttersControl::Dev;
use FHEM::Automation::ShuttersControl::Shading qw (CheckASC_ConditionsForShadingFn);
use FHEM::Automation::ShuttersControl::EventProcessingFunctions qw (:ALL);
use FHEM::Automation::ShuttersControl::Helper qw (:ALL);