mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
Update config/BeNext/P1dongle.xml
The attribute 'endpoint' is not allowed.
This commit is contained in:
parent
0eb08c9e34
commit
7c4a425f33
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
<!-- Meter v4 as report -->
|
||||
<CommandClass id="50" name="COMMAND_CLASS_METER" version="4" request_flags="3" >
|
||||
<Instance index="1" />
|
||||
<Instance index="2" endpoint="1" />
|
||||
<Instance index="3" endpoint="2" />
|
||||
<Instance index="4" endpoint="3" />
|
||||
<Instance index="2" />
|
||||
<Instance index="3" />
|
||||
<Instance index="4" />
|
||||
<Value type="decimal" genre="user" instance="1" index="0" label="Energy" units="kWh" read_only="true" write_only="false" />
|
||||
<Value type="decimal" genre="user" instance="1" index="8" label="Power" units="W" read_only="true" write_only="false" />
|
||||
<Value type="decimal" genre="user" instance="2" index="0" label="Energy" units="kWh" read_only="true" write_only="false"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue