mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="list" index="2" genre="config" label="Control Mode" size="1" value="0">
|
|
<Help>Set the switch to control other devices or issue various scene activation commands to a central controller.</Help>
|
|
<Item label="Scenes and groups" value="0" />
|
|
<Item label="Scenes" value="1" />
|
|
<Item label="Groups" value="2" />
|
|
</Value>
|
|
<Value type="bool" index="4" genre="config" label="Invert Switch" size="1" value="False">
|
|
<Help>Change the top of the switch to OFF and the bottom of the switch to ON.</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="3">
|
|
<Group index="1" max_associations="1" label="Lifeline"/>
|
|
<Group index="2" max_associations="5" label="Top/bottom button click and holding down"/>
|
|
<Group index="3" max_associations="5" label="Top/bottom button double-click and holding down"/>
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|