mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-08 05:15:10 +00:00
MAXLAN: fix a typo in a previous commit
git-svn-id: https://svn.fhem.de/fhem/trunk@4129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
71cc1aea87
commit
5a31cef959
@ -539,7 +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
|
||||
$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