open-zwave/config/BeNext/DoorSensor.xml

61 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--http://www.benext.eu/static/manual/doorsensor.pdf-->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration -->
<CommandClass id="112">
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
<Help>Set all configuration values to default values (factory settings).</Help>
</Value>
<Value type="list" genre="config" instance="1" index="2" label="External Contact" value="0" size="1">
<Help>Configure what the external contact sends when triggered. (Default: 0)</Help>
<Item label="Send a alarm report with type 2." value="0"/>
<Item label="Send a Basic set frame to all nodes in association group 2." value="1"/>
</Value>
<Value type="byte" genre="config" instance="1" index="3" label="Not used" value="0">
<Help>Is not used but can still be set and requested.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="4" label="Not used" value="0">
<Help>Is not used but can still be set and requested.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="5" label="The Mode" value="1">
<Help>To configure the operating mode. (Default: 1)</Help>
<Item label="Mode 1: Normal operating mode." value="1"/>
<Item label="Mode 3: Z-Wave chip is always on to request e.g. version or manufacturer id." value="3"/>
</Value>
<Value type="int" genre="config" instance="1" index="6" label="Temperature offset" value="0">
<Help>A signed integer to determine the offset of the temperature. (Default: 0)</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="7" label="Extern Contact Debounce ON" value="0">
<Help>Debounce time when the external contact is opened. (Default: 0)</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="8" label="Extern Contact Debounce OFF" value="0">
<Help>Debounce time when the external contact is opened. (Default 0)</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="9" label="Wake up delay" value="0">
<Help>A delay from the wake up time to give the external contact a chance to change his status. (Default 0, value * 100 ms, 0 - 25,5 seconds)</Help>
</Value>
</CommandClass>
<!-- the Device Doesn't support Get for Alarm Class -->
<CommandClass id="113" getsupported="false"/>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="5" label="Internal door contact" />
<Group index="2" max_associations="5" label="External door contact" />
</Associations>
</CommandClass>
</Product>