2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

MAX: fix null value instead of import

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

View File

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

View File

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