[luxtronikheatpump] Update channel descriptions in README.md (#10648)

* temperatureHotWaterTarget channel is writable
* temperatureTargetHotWater_2  channel doesn't exist in the binding

Signed-off-by: Martin Kurgi <martinkurgi@gmail.com>
This commit is contained in:
Martin Kurgi
2021-05-10 10:03:36 +03:00
committed by GitHub
parent 50e7a44572
commit 012254a0ac
2 changed files with 3 additions and 11 deletions

View File

@@ -60,13 +60,6 @@
<state pattern="%.1f %unit%" readOnly="true"/>
</channel-type>
<channel-type id="temperatureHotWaterTarget">
<item-type>Number:Temperature</item-type>
<label>Hot Water Target Temp.</label>
<category>Temperature</category>
<state pattern="%.1f %unit%" readOnly="true"/>
</channel-type>
<channel-type id="temperatureHeatSourceInlet" advanced="true">
<item-type>Number:Temperature</item-type>
<label>Heat Source Inlet Temp.</label>
@@ -1961,9 +1954,9 @@
<state pattern="%.1f %unit%" min="-10" max="10" step="0.5"></state>
</channel-type>
<channel-type id="temperatureTargetHotWater_2">
<channel-type id="temperatureHotWaterTarget">
<item-type>Number:Temperature</item-type>
<label>Hot Water Temp.</label>
<label>Hot Water Target Temp.</label>
<category>Temperature</category>
<state pattern="%.1f %unit%" min="30" max="65" step="0.5"></state>
</channel-type>