MAX: Fix PushButtonState bits parsing

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2792 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-02-23 18:31:47 +00:00
parent fcc6448e3c
commit 5d5a0e9226
2 changed files with 4 additions and 8 deletions

View File

@@ -1,13 +1,8 @@
package MaxCommon;
#use vars qw(%device_types);
#use vars qw(%msgId2Cmd);
#use vars qw(%msgCmd2Id);
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(%device_types %msgId2Cmd %msgCmd2Id $defaultWeekProfile);
#@EXPORT_OK = qw($Zeitstempel @Logdaten Besteller_ermitteln);
%device_types = (
0 => "Cube",