mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
20 lines
692 B
XML
20 lines
692 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!-- http://products.z-wavealliance.org/products/1880 -->
|
|
|
|
<!-- Configuration -->
|
|
<CommandClass id="112">
|
|
<Value type="list" genre="config" instance="1" index="1" label="LED-Behaviour" value="0" size="1">
|
|
<Help>Defines the behavior of the blue LED. Default: 0</Help>
|
|
<Item label="Blue Indicator Off" value="0" />
|
|
<Item label="Blue Indicator On" value="1" />
|
|
</Value>
|
|
</CommandClass>
|
|
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="1">
|
|
<Group index="1" max_associations="5" label="Lifeline"/>
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|