MAX: fix null value instead of import

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2678 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-02-09 20:32:54 +00:00
parent f6f37c79da
commit 5b587ea8f6
2 changed files with 0 additions and 7 deletions

View File

@@ -9,9 +9,6 @@ use MIME::Base64;
use POSIX; use POSIX;
use MaxCommon; use MaxCommon;
our %msgCmd2Id;
our %device_types;
sub MAXLAN_Parse($$); sub MAXLAN_Parse($$);
sub MAXLAN_Read($); sub MAXLAN_Read($);
sub MAXLAN_Write(@); sub MAXLAN_Write(@);

View File

@@ -7,10 +7,6 @@ use strict;
use warnings; use warnings;
use MaxCommon; use MaxCommon;
our %msgId2Cmd;
our %msgCmd2Id;
our %device_types;
sub CUL_MAX_Send(@); sub CUL_MAX_Send(@);
sub CUL_MAX_BroadcastTime(@); sub CUL_MAX_BroadcastTime(@);
sub CUL_MAX_Set($@); sub CUL_MAX_Set($@);