mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
24 lines
869 B
XML
24 lines
869 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="1">
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="list" index="1" genre="config" label="Notification type" size="1" value="1">
|
|
<Help>Set Notification type.</Help>
|
|
<Item label="Binary Sensor report" value="0" />
|
|
<Item label="Notification report" value="1" />
|
|
<Item label="Basic report" value="2" />
|
|
</Value>
|
|
<Value type="list" index="2" genre="config" label="Led indication" size="1" value="1">
|
|
<Help>Set Led indication.</Help>
|
|
<Item label="Off" value="0" />
|
|
<Item label="On" value="1" />
|
|
</Value>
|
|
</CommandClass>
|
|
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="1">
|
|
<Group index="1" max_associations="1" label="Lifeline"/>
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|