mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
10_ZWave.pm: remove length check for model report (Forum #103769)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20173 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
32e0ea6e64
commit
9e030637a8
@ -441,11 +441,11 @@ my %zwave_class = (
|
||||
},
|
||||
MANUFACTURER_SPECIFIC => { id => '72',
|
||||
get => { model => "04" },
|
||||
parse => { "0[8a]7205(....)(....)(....)(.*)"
|
||||
parse => { "..7205(....)(....)(....)(.*)"
|
||||
=> 'ZWave_mfsParse($hash,$1,$2,$3,0)',
|
||||
"0[8a]7205(....)(....)(.{4})(.*)"
|
||||
"..7205(....)(....)(.{4})(.*)"
|
||||
=> 'ZWave_mfsParse($hash,$1,$2,$3,1)',
|
||||
"0[8a]7205(....)(.{4})(.{4})(.*)"
|
||||
"..7205(....)(.{4})(.{4})(.*)"
|
||||
=> 'ZWave_mfsParse($hash,$1,$2,$3,2)' },
|
||||
init => { ORDER=> 1, CMD => '"get $NAME model"' } },
|
||||
POWERLEVEL => { id => '73',
|
||||
|
Loading…
x
Reference in New Issue
Block a user