mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
10_ZWave.pm: new command class names (Forum #35175)
git-svn-id: https://svn.fhem.de/fhem/trunk@8234 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a7cf6632d0
commit
191411ebab
@ -165,6 +165,9 @@ my %zwave_class = (
|
||||
coveringStop => "02" , }, },
|
||||
MTP_WINDOW_COVERING => { id => '51', },
|
||||
CRC_16_ENCAP => { id => '56', },
|
||||
ASSOCIATION_GRP_INFO => { id => '59', },
|
||||
DEVICE_RESET_LOCALLY => { id => '5a', },
|
||||
ZWAVEPLUS_INFO => { id => '5e', },
|
||||
MULTI_CHANNEL => { id => '60', # Version 2, aka MULTI_INSTANCE
|
||||
get => { mcEndpoints => "07", # Endpoints
|
||||
mcCapability=> "09%02x"},
|
||||
@ -234,7 +237,7 @@ my %zwave_class = (
|
||||
VERSION => { id => '86',
|
||||
get => { version => "11",
|
||||
versionClass => "13%02x", },
|
||||
parse => { "078612(..)(..)(..)(..)(..)" =>
|
||||
parse => { "..8612(..)(..)(..)(..)(..)" =>
|
||||
'sprintf("version:Lib %d Prot %d.%d App %d.%d",'.
|
||||
'hex($1),hex($2),hex($3),hex($4),hex($5))',
|
||||
"048614(..)(..)" => '"versionClass_$1:$2"', }, },
|
||||
|
Loading…
x
Reference in New Issue
Block a user