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
35
plugins/hal-zwave/resources/config/BeNext/1poleswitch.xml
Normal file
35
plugins/hal-zwave/resources/config/BeNext/1poleswitch.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://benext.eu/static/manual/1poleswitch.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="byte" genre="config" instance="1" index="10" label="Mode" value="255">
|
||||
<Help>The mode in which a different Z-Wave message is sent.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="11" label="Double press time" value="20">
|
||||
<Help>The time that a user has to activate the double button pressed scene, if time is passed then the single pressed button scene is notified. (value * 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="12" label="Temperature offset" value="0" size="2">
|
||||
<Help>A signed integer to determine the offset of the temperature.</Help>
|
||||
</Value>
|
||||
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="4">
|
||||
<Group index="1" max_associations="8" label="Group 1" auto="false"/>
|
||||
<Group index="2" max_associations="8" label="Group 2" auto="false"/>
|
||||
<Group index="3" max_associations="8" label="Group 3" auto="false"/>
|
||||
<Group index="4" max_associations="8" label="Group 4" auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
Loading…
Add table
Add a link
Reference in a new issue