46 lines
1.9 KiB
XML
46 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
devolo Siren MT02758
|
|
http://products.z-wavealliance.org/products/2308
|
|
-->
|
|
<Product xmlns="http://code.google.com/p/open-zwave/">
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="list" index="7" genre="config" label="Customer Function" size="1" value="0">
|
|
<Help>
|
|
bit 0 Notification Type: 0: Using Notification Report, 1: Using Sensor Binary Report.
|
|
bit 7 Other sounds: 0: Disabled, 1: Enable.
|
|
</Help>
|
|
<Item label="Using Notification Report" value="0"/>
|
|
<Item label="Using Sensor Binary Report" value="1"/>
|
|
<Item label="Using Notification Report with other sounds" value="128"/>
|
|
<Item label="Using Sensor Binary Report with other sounds" value="129"/>
|
|
</Value>
|
|
<Value type="list" index="29" genre="config" label="Alarm" size="1" value="0">
|
|
<Help>
|
|
Disable the alarm function.
|
|
1: Disable Alarm,
|
|
0: Enable Alarm.
|
|
Caution: After the power up, this configuration is always 0.
|
|
</Help>
|
|
<Item label="Enable" value="0"/>
|
|
<Item label="Disable" value="1"/>
|
|
</Value>
|
|
<Value type="byte" index="31" genre="config" label="Basic Set Off Level" min="0" max="127" value="6">
|
|
<Help>
|
|
Play alarm sound duration,
|
|
1 tick is 30 seconds. Default is 3 minutes, maximum is 63.5 minutes.
|
|
0 means never auto stop.
|
|
</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
<!-- Basic set as report -->
|
|
<CommandClass id="32" setasreport="true"/>
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="1">
|
|
<Group index="1" max_associations="8" label="Lifeline"/>
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|