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
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
|
||||
<CommandClass id="64" >
|
||||
<Instance index="1" />
|
||||
<Value type="list" genre="user" instance="1" index="0" label="Mode">
|
||||
<Item label="Frost Protection" value="0" />
|
||||
<Item label="Comfort" value="1" />
|
||||
<Item label="Energy Saving" value="11" />
|
||||
<Item label="Direct Valve Control" value="31" />
|
||||
</Value>
|
||||
<SupportedModes>
|
||||
<Mode index="0" label="Frost Protection" />
|
||||
<Mode index="1" label="Comfort" />
|
||||
<Mode index="11" label="Energy Saving" />
|
||||
<Mode index="31" label="Direct Valve Control" />
|
||||
</SupportedModes>
|
||||
</CommandClass>
|
||||
<CommandClass id="67" base="0">
|
||||
<Instance index="1" />
|
||||
<Value type="decimal" genre="user" instance="1" index="1" label="Comfort setpoint" units="C" />
|
||||
<Value type="decimal" genre="user" instance="1" index="11" label="Energy saving setpoint" units="C" />
|
||||
<!-- <Value instance="1" index="7" action="remove" /> -->
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
Loading…
Add table
Add a link
Reference in a new issue