change package loading

This commit is contained in:
2021-05-17 10:08:09 +02:00
parent df27f70161
commit 4851ecb6a7
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ use Data::Dumper; #only for Debugging
use FHEM::Automation::ShuttersControl::Helper qw (:ALL);
use FHEM::Automation::ShuttersControl::Shading qw (:ALL);
use FHEM::Automation::ShuttersControl::Rain qw (:ALL);
use FHEM::Automation::ShuttersControl::Rainprotection qw (:ALL);
require Exporter;
our @ISA = qw(Exporter);