mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
34 lines
1.6 KiB
XML
34 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns="http://code.google.com/p/open-zwave/">
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value genre="config" index="1" value="0" label="Orientation" units="" size="1" min="0" max="255" type="list">
|
|
<Help>Controls the on/off orientation of the rocker switch</Help>
|
|
<Item value="0" label="Normal"/>
|
|
<Item value="1" label="Inverted"/>
|
|
</Value>
|
|
<Value genre="config" index="2" value="0" label="LED Indicator Control" units="" size="1" min="0" max="255" type="list">
|
|
<Help>Choose if you want the LED indicator to turn on when switch is on or off</Help>
|
|
<Item value="0" label="LED on when switch is off"/>
|
|
<Item value="1" label="LED on when switch is on"/>
|
|
</Value>
|
|
<Value genre="config" index="3" value="0" label="Enable/Disable LED Indicator" units="" size="1" min="0" max="255" type="list">
|
|
<Help>Enable or disable LED indicator so it stays off at all times</Help>
|
|
<Item value="0" label="Enabled"/>
|
|
<Item value="1" label="Disabled"/>
|
|
</Value>
|
|
<Value genre="config" index="4" value="0" label="Ramp Rate Control" units="" size="1" min="0" max="255" type="list">
|
|
<Help>Choose how fast you want to turn the light on and off</Help>
|
|
<Item value="0" label="Slow"/>
|
|
<Item value="1" label="Fast"/>
|
|
</Value>
|
|
</CommandClass>
|
|
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="1">
|
|
<Group index="1" label="Lifeline" max_associations="5" />
|
|
</Associations>
|
|
</CommandClass>
|
|
|
|
</Product>
|