open-zwave/config/polycontrol/doorlockv3.xml

53 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Product xmlns="http://code.google.com/p/open-zwave/">
<!--
Polycontrol: Danalock V3 door lock
https://products.z-wavealliance.org/products/2556
-->
<!-- COMMAND_CLASS_BASIC does not respond to requests -->
<CommandClass id="32" setasreport="true"/>
<CommandClass id="112">
<Value type="list" genre="config" instance="1" index="1" label="Twist Assist" min="0" max="1" value="0" size="1">
<Help></Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="int" genre="config" instance="1" index="2" label="Hold and Release" min="0" max="2147483647" units="seconds" value="0" size="4">
<Help>
0 Disable.
1 to 2147483647 Enable, time in seconds.
</Help>
</Value>
<Value type="list" genre="config" instance="1" index="3" label="Block to Block" min="0" max="1" value="0" size="1">
<Help></Help>
<Item label="Disable" value="0"/>
<Item label="Enable" value="1"/>
</Value>
<Value type="int" genre="config" instance="1" index="4" label="BLE Temporary Allowed" min="0" max="2147483647" units="seconds" value="0" size="4">
<Help>
0 Disable.
1 to 2147483647 Enable, time in seconds.
</Help>
</Value>
<Value type="list" genre="config" instance="1" index="5" label="BLE Always Allowed" min="0" max="1" value="0" size="1">
<Help></Help>
<Item label="Disable" value="0"/>
<Item label="Enable" value="1"/>
</Value>
<Value type="int" genre="config" instance="1" index="6" label="Autolock" min="0" max="2147483647" units="seconds" value="0" size="4">
<Help>
0 Disable.
1 to 2147483647 Enable, time in seconds.
</Help>
</Value>
</CommandClass>
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="1" label="Lifeline"/>
</Associations>
</CommandClass>
</Product>