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
56
plugins/hal-zwave/resources/config/everspring/st814.xml
Normal file
56
plugins/hal-zwave/resources/config/everspring/st814.xml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="byte" index="1" genre="config" label="Basic Set Level" units="%" min="0" max="99" value="99">
|
||||
<Help>
|
||||
Defines the level in the Basic Set event sent to group 2 when the sensor is triggered. Default is 99 (full brightness for a Z-Wave dimmer). 0 disables.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="2" genre="config" label="Temperature On Trigger" units="degrees" min="-20" max="99" value="30">
|
||||
<Help>
|
||||
Temperature level to trigger when a ON command is sent out. 99 will clear the value.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="3" genre="config" label="Temperature Off Trigger" units="degrees" min="-20" max="99" value="20">
|
||||
<Help>
|
||||
Temperature level to trigger when an OFF command is sent out. 99 will clear the value.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="4" genre="config" label="Humidity On Trigger" units="%" min="20" max="99" value="50">
|
||||
<Help>
|
||||
Humidity level to trigger when a ON command is sent out. 99 will clear the value.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="5" genre="config" label="Humidity Off Trigger" units="%" min="20" max="99" value="40">
|
||||
<Help>
|
||||
Humidity level to trigger when a OFF command is sent out. 99 will clear the value.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="short" index="6" genre="config" label="Auto Report Time" units="minutes" min="0" max="1439" value="0">
|
||||
<Help>
|
||||
Sets the auto report time interval. 0 disables.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="7" genre="config" label="Auto Report Temperature" units="degrees" min="0" max="70" value="0">
|
||||
<Help>
|
||||
Sets the auto report temperature trigger interval. 0 disables.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="8" genre="config" label="Auto Report Humidity" units="%" min="5" max="70" value="0">
|
||||
<Help>
|
||||
Sets the auto report humidity trigger interval. 0 disables.
|
||||
</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- COMMAND_CLASS_ASSOCIATION. Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="2">
|
||||
<Group index="1" max_associations="1" label="Reports" auto="true" />
|
||||
<Group index="2" max_associations="3" label="Basic" auto="true" />
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
<CommandClass id="96" mapping="endpoints" />
|
||||
</Product>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue