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:
parent
7fbf3fec3e
commit
9eb2a0fa50
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user