open-zwave/config/everspring/an163.xml
Jean-François Auger 29277ad66d
Update an163.xml
2019-03-02 18:45:10 +01:00

42 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
EVERSPRING AN163 PLUG-IN ON/OFF MODULE WITH METERING
https://products.z-wavealliance.org/products/979
-->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="byte" index="1" genre="config" label="True Period" units="100ms" min="0" max="120" value="10">
<Help>
This is the time the switching status needs to remain unchanged after a change to cause the device to send out a status message. 0 is Disabled.
</Help>
</Value>
<Value type="list" index="2" genre="config" label="Send Out Basic Command" units="" min="0" max="1" value="0" size="1">
<Help>
Enable or Disable Send Basic Command to Group 2 when the local button press changes the switching state.
</Help>
<Item label="Disable" value="0"/>
<Item label="Enable" value="1"/>
</Value>
<Value type="short" index="3" genre="config" label="Meter Report Period (W)" units="10s" min="0" max="3240" value="3">
<Help>
The device will report its meter value within the interval set.
Set to 0 will disable the autoreporting function.
</Help>
</Value>
<Value type="short" index="4" genre="config" label="Meter Report Period (kWh)" units="10s" min="0" max="3240" value="1440">
<Help>
The device will report its meter value within the interval set.
Set to 0 will disable the autoreporting function.
</Help>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="1" label="Lifeline" />
<Group index="2" max_associations="4" label="Basic" />
</Associations>
</CommandClass>
</Product>