mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
ZWAve: METER get by hschmitt (Forum #24111)
git-svn-id: https://svn.fhem.de/fhem/trunk@6009 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bacaf739c4
commit
99fdc98838
@ -73,6 +73,7 @@ my %zwave_class = (
|
||||
get => { smStatus => "04" },
|
||||
parse => { "..3105(..)(..)(.*)" => 'ZWave_ParseMultilevel($1,$2,$3)'},},
|
||||
METER => { id => '32',
|
||||
get => { meter => "01", },
|
||||
parse => { "..3202(.*)"=> 'ZWave_ParseMeter($1)' }, },
|
||||
ZIP_ADV_SERVER => { id => '33', },
|
||||
ZIP_ADV_CLIENT => { id => '34', },
|
||||
@ -963,6 +964,11 @@ s2Hex($)
|
||||
return the indicator status of the node, as indState:on, indState:off or indState:dim value.
|
||||
</li>
|
||||
|
||||
<br><br><b>Class METER</b>
|
||||
<li>meter<br>
|
||||
request the meter report.
|
||||
</li>
|
||||
|
||||
<br><br><b>Class MULTI_CHANNEL</b>
|
||||
<li>mcEndpoints<br>
|
||||
return the list of endpoints available, e.g.:<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user