hal/plugins/hal-zwave/resource/config/schlagelink/itemp.xml

31 lines
1.6 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration -->
<CommandClass id="112">
<Value type="list" genre="config" instance="1" index="1" label="1. Reset to factory Default" value="0" size="1">
<Help>Attention: This will delete all your configuration, but the device will remain in the network. Handle with care.</Help>
<Item label="Keep current config" value="0" />
<Item label="Reset to factory Default" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="2" label="2. Commands sent on external dry contact" value="0" size="1">
<Help>Configure what the external contact sends when trigger</Help>
<Item label="Alarm Report Type 2(default)" value="0" />
<Item label="Basic On or Basic OFF" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="5" label="5. Operating Mode" value="0" size="1">
<Help>Definesif the sensor is in normal wakeup- mode or always on. This function shall be used only for testing since it draining the battery very fast.</Help>
<Item label="Normal Wakeup (default)" value="0" />
<Item label="Always awake" value="3" />
</Value>
<Value type="short" genre="config" instance="1" index="6" label="6. Temperature Offset" min="0" max="65535" value="0">
<Help>Offset to the temperature. This parameter can be used to calibrate the temperature sensor function if needed. Note. As factory default the temperature sensor function is calibrated. 0 = 0K (default), not 0 = Temperature Offset in K</Help>
</Value>
</CommandClass>
</Product>