mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
MAX: remove depedency on Data::Dumper
git-svn-id: https://svn.fhem.de/fhem/trunk@2229 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c69b7a68e0
commit
e9b0d538e2
@ -6,7 +6,6 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
use MIME::Base64;
|
||||
use Data::Dumper;
|
||||
use POSIX;
|
||||
|
||||
sub MAXLAN_Parse($$);
|
||||
@ -428,7 +427,7 @@ MAXLAN_Parse($$)
|
||||
Dispatch($hash, "MAX,define,$hash->{devices}[-1]->{addr},$device_types{$hash->{devices}[-1]->{type}},$hash->{devices}[-1]->{serial},$hash->{devices}[-1]->{groupid}", {RAWMSG => $rmsg});
|
||||
}
|
||||
|
||||
Log $ll5, "Got Metadata, hash: ".Dumper($hash);
|
||||
#Log $ll5, "Got Metadata, hash: ".Dumper($hash);
|
||||
|
||||
}elsif($cmd eq "C"){#Configuration
|
||||
return if(@args < 2);
|
||||
|
@ -6,7 +6,6 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
use MIME::Base64;
|
||||
use Data::Dumper;
|
||||
|
||||
sub MAX_Define($$);
|
||||
sub MAX_Initialize($);
|
||||
|
@ -5,7 +5,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Data::Dumper;
|
||||
|
||||
sub CUL_MAX_SendDeviceCmd($$);
|
||||
sub CUL_MAX_Send(@);
|
||||
|
Loading…
Reference in New Issue
Block a user