33 lines
1.6 KiB
XML
33 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" instance="1" index="4" 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" instance="1" index="7" value="1" label="Remote dim level increment" units="" size="1" min="1" max="99" type="byte">
|
|
<Help>Number of dim levels to change for each dim step when remotely commanded</Help>
|
|
</Value>
|
|
<Value genre="config" instance="1" index="8" value="3" label="Remote dim step duration" units="10ms" size="2" min="1" max="255" type="short">
|
|
<Help>Interval between dimming steps when remotely commanded</Help>
|
|
</Value>
|
|
<Value genre="config" instance="1" index="9" value="1" label="Dim Level Increment" units="%" size="1" min="1" max="99" type="byte">
|
|
<Help>Indicates the number of levels (1-99) to change dimming each step</Help>
|
|
</Value>
|
|
<Value genre="config" instance="1" index="10" value="3" label="Step Duration" units="milliseconds" size="2" min="0" max="255" type="short">
|
|
<Help>The number of tens of milliseconds (1-255) to delay on each dimming step.</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="1">
|
|
<Group index="1" label="Lifeline" max_associations="5" />
|
|
</Associations>
|
|
</CommandClass>
|
|
|
|
</Product>
|