remove Shading import fn from lib/FHEM/Automation/ShuttersControl.pm

to lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
This commit is contained in:
2020-07-09 08:53:34 +02:00
parent 27cf612b2f
commit 9eef44ca3a
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,6 @@ use FHEM::Automation::ShuttersControl::Shutters;
use FHEM::Automation::ShuttersControl::Dev;
use FHEM::Automation::ShuttersControl::EventProcessingFunctions qw (:ALL);
use FHEM::Automation::ShuttersControl::Shading qw (:ALL);
use FHEM::Automation::ShuttersControl::Helper qw (:ALL);
# try to use JSON::MaybeXS wrapper

View File

@ -46,6 +46,7 @@ use POSIX qw(strftime);
use utf8;
use FHEM::Automation::ShuttersControl::Helper qw (:ALL);
use FHEM::Automation::ShuttersControl::Shading qw (:ALL);
require Exporter;
our @ISA = qw(Exporter);