remove Shading import fn from lib/FHEM/Automation/ShuttersControl.pm
to lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
This commit is contained in:
@ -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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user