open-zwave/config/inovelli/nzw30.xml

37 lines
2.1 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="3" 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 or disable completely.</Help>
<Item value="0" label="LED on when switch is off"/>
<Item value="1" label="LED on when switch is on"/>
<Item value="2" label="LED is disabled"/>
</Value>
<Value genre="config" 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" index="5" value="0" label="Automatically turn switch off after interval" units="seconds" size="2" min="0" max="32767" type="short">
<Help>Automatically turn the switch off after this many seconds. 0 is disabled</Help>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" label="Lifeline" max_associations="5" />
<Group index="2" label="Basic_Set" max_associations="5" />
</Associations>
</CommandClass>
<!-- Central Scene Reports -->
<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="4" scenecount="0">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="2" />
<Value type="int" genre="user" instance="1" index="1" label="Top Button Scene" units="" read_only="false" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="2" label="Bottom Button Scene" units="" read_only="false" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="0" />
</CommandClass>
</Product>