control file

This commit is contained in:
Sebastian 2021-05-16 21:31:12 +02:00
parent 7cf35de7a3
commit e87d4376a9
3 changed files with 0 additions and 4 deletions

View File

@ -24,7 +24,6 @@
# #
############################################################################### ###############################################################################
package FHEM::HailoLibero; package FHEM::HailoLibero;
use strict; use strict;
@ -33,7 +32,6 @@ use warnings;
use GPUtils qw(GP_Import GP_Export); use GPUtils qw(GP_Import GP_Export);
require FHEM::Hailo::Libero; require FHEM::Hailo::Libero;
## Import der FHEM Funktionen ## Import der FHEM Funktionen
#-- Run before package compilation #-- Run before package compilation
BEGIN { BEGIN {

View File

View File

@ -124,8 +124,6 @@ sub Attr {
return; return;
} }
sub Set { sub Set {
my $hash = shift // return; my $hash = shift // return;
my $aArg = shift // return; my $aArg = shift // return;