Fixed build dist containing the correct structure and be able to build zip files explicitly.
Also fixed some compile warnings
This commit is contained in:
parent
c7f0d4e8b3
commit
1779916d97
111 changed files with 254 additions and 162 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