2015-11-24 16:05:18 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
2017-01-23 09:24:55 +01:00
|
|
|
<!-- http://products.z-wavealliance.org/products/1885 -->
|
2015-11-24 16:05:18 +08:00
|
|
|
|
|
|
|
<!-- Configuration -->
|
2017-01-23 09:24:55 +01:00
|
|
|
<CommandClass id="112">
|
|
|
|
<Value type="list" genre="config" instance="1" index="1" label="LED behavior" value="0" size="1">
|
|
|
|
<Help>Defines the behavior of the blue LED.</Help>
|
|
|
|
<Item label="Night light" value="0"/>
|
|
|
|
<Item label="On indicator" value="1"/>
|
|
|
|
</Value>
|
|
|
|
</CommandClass>
|
|
|
|
|
|
|
|
<!-- Association Groups -->
|
|
|
|
<CommandClass id="133">
|
|
|
|
<Associations num_groups="1">
|
|
|
|
<Group index="1" max_associations="5" label="Lifeline"/>
|
|
|
|
</Associations>
|
|
|
|
</CommandClass>
|
2015-11-24 16:05:18 +08:00
|
|
|
</Product>
|