mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
Zwave versionClass by hschmitt (Forum #24725)
git-svn-id: https://svn.fhem.de/fhem/trunk@6148 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
df7fdfa026
commit
f4827d26f6
@ -218,10 +218,12 @@ my %zwave_class = (
|
|||||||
get => { association => "02%02x", },
|
get => { association => "02%02x", },
|
||||||
parse => { "..8503(..)(..)..(.*)" => '"assocGroup_$1:Max $2 Nodes $3"',}, },
|
parse => { "..8503(..)(..)..(.*)" => '"assocGroup_$1:Max $2 Nodes $3"',}, },
|
||||||
VERSION => { id => '86',
|
VERSION => { id => '86',
|
||||||
get => { version => "11", },
|
get => { version => "11",
|
||||||
|
versionClass => "13%02x", },
|
||||||
parse => { "078612(..)(..)(..)(..)(..)" =>
|
parse => { "078612(..)(..)(..)(..)(..)" =>
|
||||||
'sprintf("version:Lib %d Prot %d.%d App %d.%d",'.
|
'sprintf("version:Lib %d Prot %d.%d App %d.%d",'.
|
||||||
'hex($1),hex($2),hex($3),hex($4),hex($5))', } },
|
'hex($1),hex($2),hex($3),hex($4),hex($5))',
|
||||||
|
"048614(..)(..)" => '"versionClass_$1:$2"', }, },
|
||||||
INDICATOR => { id => '87',
|
INDICATOR => { id => '87',
|
||||||
set => { indicatorOff => "0100",
|
set => { indicatorOff => "0100",
|
||||||
indicatorOn => "01FF",
|
indicatorOn => "01FF",
|
||||||
@ -1076,6 +1078,9 @@ s2Hex($)
|
|||||||
return the version information of this node in the form:<br>
|
return the version information of this node in the form:<br>
|
||||||
Lib A Prot x.y App a.b
|
Lib A Prot x.y App a.b
|
||||||
</li>
|
</li>
|
||||||
|
<li>versionClass classId<br>
|
||||||
|
return the supported command version for the requested class
|
||||||
|
</li>
|
||||||
|
|
||||||
<br><br><b>Class WAKE_UP</b>
|
<br><br><b>Class WAKE_UP</b>
|
||||||
<li>wakeupInterval<br>
|
<li>wakeupInterval<br>
|
||||||
@ -1214,6 +1219,7 @@ s2Hex($)
|
|||||||
|
|
||||||
<br><br><b>Class VERSION</b>
|
<br><br><b>Class VERSION</b>
|
||||||
<li>version:Lib A Prot x.y App a.b</li>
|
<li>version:Lib A Prot x.y App a.b</li>
|
||||||
|
<li>versionClass_$classId:$version</li>
|
||||||
|
|
||||||
<br><br><b>Class WAKE_UP</b>
|
<br><br><b>Class WAKE_UP</b>
|
||||||
<li>wakeup:notification</li>
|
<li>wakeup:notification</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user