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
5
plugins/hal-zwave/resources/config/danfoss/living.xml
Normal file
5
plugins/hal-zwave/resources/config/danfoss/living.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- This thermostat's setpoint descriptions are 1 based, not 0 -->
|
||||
<CommandClass id="67" base="1" override_precision="2" />
|
||||
</Product>
|
||||
7
plugins/hal-zwave/resources/config/danfoss/z.xml
Normal file
7
plugins/hal-zwave/resources/config/danfoss/z.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- COMMAND_CLASS_BASIC does not respond to requests -->
|
||||
<CommandClass id="32" action="remove" />
|
||||
<!-- This thermostat's setpoint descriptions are 0 based -->
|
||||
<CommandClass id="67" base="0" override_precision="2" />
|
||||
</Product>
|
||||
Loading…
Add table
Add a link
Reference in a new issue