2017-08-08 09:06:18 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-22 20:50:41 +08:00
|
|
|
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="1">
|
2017-08-08 09:06:18 -04:00
|
|
|
<!-- Vision ZL7261 Plug-in Power Monitor -->
|
|
|
|
|
|
|
|
<!-- Configuration Parameters -->
|
|
|
|
<CommandClass id="112">
|
|
|
|
<Value type="byte" genre="config" index="1" label="Auto Report Timing" size="1" min="60" max="255" value="60" units="seconds">
|
|
|
|
<Help>Choose how often you want to send automatic reports, in seconds.
|
|
|
|
Defaults to 60 seconds.</Help>
|
|
|
|
</Value>
|
|
|
|
<Value type="int" genre="config" index="2" label="Wattage Threshold" min="5" max="3600" value="50" units="watts">
|
|
|
|
<Help>Minimum change in wattage to induce an automatic report.
|
|
|
|
Defaults to 50 watts.</Help>
|
|
|
|
</Value>
|
|
|
|
</CommandClass>
|
|
|
|
|
|
|
|
<!-- Association Groups -->
|
|
|
|
<CommandClass id="133">
|
|
|
|
<Associations num_groups="1">
|
|
|
|
<Group index="1" max_associations="5" label="Lifeline"/>
|
|
|
|
</Associations>
|
|
|
|
</CommandClass>
|
|
|
|
</Product>
|