mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[intesis] Changed default pattern for temperature channels (#8887)
Signed-off-by: Hans-Jörg Merk <github@hmerk.de>
This commit is contained in:
parent
6725c58525
commit
bd6a0f4bd4
@ -8,39 +8,43 @@
|
|||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>@text/channel-type.intesis.mode.label</label>
|
<label>@text/channel-type.intesis.mode.label</label>
|
||||||
<description>@text/channel-type.intesis.mode.description</description>
|
<description>@text/channel-type.intesis.mode.description</description>
|
||||||
|
<state readOnly="false"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="fanSpeed">
|
<channel-type id="fanSpeed">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>@text/channel-type.intesis.fanSpeed.label</label>
|
<label>@text/channel-type.intesis.fanSpeed.label</label>
|
||||||
<description>@text/channel-type.intesis.fanSpeed.description</description>
|
<description>@text/channel-type.intesis.fanSpeed.description</description>
|
||||||
|
<state readOnly="false"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="vanesUpDown">
|
<channel-type id="vanesUpDown">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>@text/channel-type.intesis.vanesUpDown.label</label>
|
<label>@text/channel-type.intesis.vanesUpDown.label</label>
|
||||||
<description>@text/channel-type.intesis.vanesUpDown.description</description>
|
<description>@text/channel-type.intesis.vanesUpDown.description</description>
|
||||||
|
<state readOnly="false"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="vanesLeftRight">
|
<channel-type id="vanesLeftRight">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>@text/channel-type.intesis.vanesLeftRight.label</label>
|
<label>@text/channel-type.intesis.vanesLeftRight.label</label>
|
||||||
<description>@text/channel-type.intesis.vanesLeftRight.description</description>
|
<description>@text/channel-type.intesis.vanesLeftRight.description</description>
|
||||||
|
<state readOnly="false"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="targetTemperature">
|
<channel-type id="targetTemperature">
|
||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
<label>@text/channel-type.intesis.targetTemperature.label</label>
|
<label>@text/channel-type.intesis.targetTemperature.label</label>
|
||||||
<description>@text/channel-type.intesis.targetTemperature.description</description>
|
<description>@text/channel-type.intesis.targetTemperature.description</description>
|
||||||
<state pattern="%d %unit%"></state>
|
<state pattern="%.1f %unit%" step="0.5" readOnly="false"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="ambientTemperature">
|
<channel-type id="ambientTemperature">
|
||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
<label>@text/channel-type.intesis.ambientTemperature.label</label>
|
<label>@text/channel-type.intesis.ambientTemperature.label</label>
|
||||||
<description>@text/channel-type.intesis.ambientTemperature.description</description>
|
<description>@text/channel-type.intesis.ambientTemperature.description</description>
|
||||||
<state pattern="%d %unit%" readOnly="true"></state>
|
<state pattern="%.1f %unit%" step="0.5" readOnly="true"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="outdoorTemperature">
|
<channel-type id="outdoorTemperature">
|
||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
<label>@text/channel-type.intesis.outdoorTemperature.label</label>
|
<label>@text/channel-type.intesis.outdoorTemperature.label</label>
|
||||||
<description>@text/channel-type.intesis.outdoorTemperature.description</description>
|
<description>@text/channel-type.intesis.outdoorTemperature.description</description>
|
||||||
<state pattern="%d %unit%" readOnly="true"></state>
|
<state pattern="%.1f %unit%" step="0.5" readOnly="true"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
</thing:thing-descriptions>
|
</thing:thing-descriptions>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
<label>@text/channel-type.intesis.ambientTemperature.label</label>
|
<label>@text/channel-type.intesis.ambientTemperature.label</label>
|
||||||
<description>@text/channel-type.intesis.ambientTemperature.description</description>
|
<description>@text/channel-type.intesis.ambientTemperature.description</description>
|
||||||
<state pattern="%d %unit%" readOnly="true"></state>
|
<state pattern="%.1f %unit%" step="0.5" readOnly="true"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="errorCode">
|
<channel-type id="errorCode">
|
||||||
|
Loading…
Reference in New Issue
Block a user