Removed unnecessary extra layer in resource folder structure.
This commit is contained in:
parent
94485b5633
commit
d8a1b66738
190 changed files with 11 additions and 11 deletions
31
plugins/hal-zwave/resources/config/schlagelink/itemp.xml
Normal file
31
plugins/hal-zwave/resources/config/schlagelink/itemp.xml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue