open-zwave/config/homeseer/hs-ws100plus.xml

24 lines
1.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 type="list" index="4" genre="config" label="Invert switch" min="0" max="1" size="1" value="0">
<Help>Change the top of the switch to OFF and the bottom of the switch to ON if the switch was installed upside down.</Help>
<Item label="No" value="0"/>
<Item label="Yes" value="1"/>
</Value>
<Value type="list" index="3" genre="config" label="LED Status" min="0" max="2" size="1" value="0">
<Help>Set the LED policy: on if the load is on, off if the load is on, or off all the time </Help>
<Item label="LED off if load on" value="0"/>
<Item label="LED on if load on" value="1"/>
<Item label="LED off all the time" value="2"/>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="5" label="Lifeline"/>
</Associations>
</CommandClass>
</Product>