mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Adjust channel min state (#14219)
Signed-off-by: lsiepel <leosiepel@gmail.com>
This commit is contained in:
parent
f4268c4964
commit
649da669ac
@ -66,7 +66,7 @@
|
|||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
<label>@text/channel-type.gree.targettemperature.label</label>
|
<label>@text/channel-type.gree.targettemperature.label</label>
|
||||||
<description>@text/channel-type.gree.targettemperature.description</description>
|
<description>@text/channel-type.gree.targettemperature.description</description>
|
||||||
<state min="16" max="86" step="1" pattern="%d %unit%"></state>
|
<state min="5" max="86" step="1" pattern="%d %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="currentTemperature">
|
<channel-type id="currentTemperature">
|
||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
|
Loading…
Reference in New Issue
Block a user