2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

MAXLAN: don't interpret config field as groupid for Cube

git-svn-id: https://svn.fhem.de/fhem/trunk@4123 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-10-28 17:29:50 +00:00
parent 7fbf3fec3e
commit 9eb2a0fa50

View File

@ -539,6 +539,7 @@ MAXLAN_Parse($$)
$len = $len+1; #The len field itself was not counted
$groupId = 0 if($device_types{$devicetype} eq "Cube"); #That field does not mean "groupid" for Cube
Dispatch($hash, "MAX,1,define,$addr,$device_types{$devicetype},$serial,$groupid,1", {RAWMSG => $rmsg});
if($len != length($bindata)) {