export object variable
This commit is contained in:
@ -88,6 +88,8 @@ our %EXPORT_TAGS = (
|
||||
],
|
||||
);
|
||||
|
||||
use FHEM::Automation::ShuttersControl '$shutters $ascDev';
|
||||
|
||||
use GPUtils qw(GP_Import);
|
||||
## Import der FHEM Funktionen
|
||||
BEGIN {
|
||||
|
@ -51,7 +51,7 @@ use utf8;
|
||||
|
||||
use FHEM::Automation::ShuttersControl::Shutters::Readings;
|
||||
use FHEM::Automation::ShuttersControl::Shutters::Attr;
|
||||
use FHEM::Automation::ShuttersControl::Roommate;
|
||||
use FHEM::Automation::ShuttersControl::Roommate qw (:ALL);
|
||||
use FHEM::Automation::ShuttersControl::Window;
|
||||
|
||||
use base
|
||||
|
Reference in New Issue
Block a user