Skip to content

Commit

Permalink
Merge pull request #1542 from robertsLando/master
Browse files Browse the repository at this point in the history
Updated Thermofloor Heatit Z-TRM2 config
  • Loading branch information
nechry committed Jun 26, 2018
2 parents 0f8736b + 28f22df commit 917b119
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/thermofloor/heatitztrm2.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
</SupportedModes> </SupportedModes>
</CommandClass> </CommandClass>


<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="1" request_flags="4" create_vars="true" base="0">
<Value type="decimal" genre="user" instance="1" index="1" label="Internal sensor" units="C" read_only="true" write_only="false" min="0" max="0"/>
<Value type="decimal" genre="user" instance="2" index="1" label="External sensor" units="C" read_only="true" write_only="false" min="0" max="0" />
<Value type="decimal" genre="user" instance="3" index="1" label="Floor sensor" units="C" read_only="true" write_only="false" min="0" max="0" />
</CommandClass>

<CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" version="1" request_flags="4" create_vars="true" base="0"> <CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" version="1" request_flags="4" create_vars="true" base="0">
<Instance index="1"/> <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="21"/> <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"/>
Expand Down

0 comments on commit 917b119

Please sign in to comment.