ZWAve: METER get by hschmitt (Forum #24111)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6009 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user