Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added cooling setpoint
  • Loading branch information
robertsLando committed Jun 15, 2018
1 parent 2c6baf2 commit 5e56e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/thermofloor/heatitztrm2.xml
Expand Up @@ -3,7 +3,6 @@
<Product xmlns='http://code.google.com/p/open-zwave/'>

<CommandClass id="64" name="COMMAND_CLASS_THERMOSTAT_MODE">

<Value type="list" genre="user" instance="1" index="0" label="Mode" units="" read_only="false" write_only="false" min="0" max="0" value="0">
<Item label="Off" value="0"/>
<Item label="Heat" value="1"/>
Expand All @@ -20,8 +19,9 @@

<CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" version="1" request_flags="4" create_vars="true" base="0">
<Instance index="1"/>
<Value type="decimal" genre="user" instance="1" index="1" label="Heating" units="C" read_only="false" write_only="false" min="0" max="0" value="20"/>
<Value type="decimal" genre="user" instance="1" index="11" label="Energy Heat" units="C" read_only="false" write_only="false" min="0" max="0" value="16"/>
<Value type="decimal" genre="user" instance="1" index="1" label="Heating" units="C" read_only="false" write_only="false" min="0" max="0" value="21"/>
<Value type="decimal" genre="user" instance="1" index="2" label="Cooling" units="C" read_only="false" write_only="false" min="0" max="0" value="21"/>
<Value type="decimal" genre="user" instance="1" index="11" label="Energy Heat" units="C" read_only="false" write_only="false" min="0" max="0" value="18"/>
</CommandClass>

<CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION">
Expand Down

0 comments on commit 5e56e89

Please sign in to comment.