change Meta.pm inclusion

This commit is contained in:
2020-10-28 13:15:14 +01:00
parent 4604fcb0b0
commit e74c9a8b28
2 changed files with 7 additions and 12 deletions

View File

@ -41,17 +41,12 @@
# !!!!! - Innerhalb einer Shutterschleife kein CommandAttr verwenden. Bring Fehler!!! Kommen Raumnamen in die Shutterliste !!!!!!
#
package main;
use Meta;
package FHEM::AutoShuttersControl;
use strict;
use warnings;
use utf8;
use FHEM::Meta;
use FHEM::Automation::ShuttersControl;
use GPUtils qw(GP_Import GP_Export);