open-zwave/config/enerwave/zw500d.xml

23 lines
1,002 B
XML
Raw Permalink Normal View History

2016-01-16 11:44:53 -08:00
<?xml version="1.0" encoding="utf-8"?>
<!-- Enerwave ZW500D -->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="byte" index="1" genre="config" label="Toggle LED mode" min="0" max="1" value="0" size="1">
<Help>Set to 1 for LED to be in sync with switch.</Help>
<Item label="0: LED is on when switch is off" value="0" />
<Item label="1: LED is on when switch is on" value="1" />
</Value>
<Value type="byte" index="2" genre="config" label="Toggle button reverse" min="0" max="1" value="0" size="1">
<Help>Set to 1 for "up" to turn the load off.</Help>
<Item label="0: Load is on when switch is up" value="0" />
<Item label="1: Load is on when switch is down" value="1" />
</Value>
</CommandClass>
<CommandClass id="133">
<Associations num_groups="1">
2016-04-07 15:50:15 +08:00
<Group index="1" max_associations="5" label="Lifeline"/>
2016-01-16 11:44:53 -08:00
</Associations>
</CommandClass>
</Product>