43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!-- https://products.z-wavealliance.org/products/1690 -->
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="short" index="1" genre="config" label="Temperature Low Threshold" units="" min="69" max="246" value="0">
|
|
<Help>246 to 69 -10 to 69C</Help>
|
|
</Value>
|
|
<Value type="byte" index="2" genre="config" label="Temperature High Threshold" units="" min="70" max="247" value="0">
|
|
<Help>247 to 70 -9 to 70C</Help>
|
|
</Value>
|
|
<Value type="int" index="3" genre="config" label="Meter Count" min="0" max="2147483647 " value="0">
|
|
<Help>
|
|
0 TO 2147483647 count rolls over at 99,999,999
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="4" genre="config" label="Meter Reporting Interval" min="0" max="255" value="0">
|
|
<Help>
|
|
0 to 2,550 seconds
|
|
</Help>
|
|
</Value>
|
|
<Value type="short" index="5" genre="config" label="Meter Threshold" min="0" max="65535" value="0">
|
|
<Help>
|
|
Low vs High flow 0 to 65535
|
|
</Help>
|
|
</Value>
|
|
<Value type="list" index="6" genre="config" label="Report selection" min="0" max="3" size="1" value="3">
|
|
<Help>MultiLevel Sensor Report vs Notification Toggle</Help>
|
|
<Item label="Notification Toggle" value="0"/>
|
|
<Item label="MultiLevel Sensor Report" value="1"/>
|
|
</Value>
|
|
</CommandClass>
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="4">
|
|
<Group index="1" max_associations="5" label="Lifeline"/>
|
|
<Group index="2" max_associations="5" label="Temperature High"/>
|
|
<Group index="3" max_associations="5" label="Temperature Low"/>
|
|
<Group index="4" max_associations="5" label="Flow has started"/>
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|