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:
rudolfkoenig 2019-09-16 17:42:42 +00:00
parent 32e0ea6e64
commit 9e030637a8

View File

@ -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',