mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[neohub] thermostats now support setpoints in steps of 0.5 celsius (#10598)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
parent
aaeddc8119
commit
8ac7eeb999
@ -217,7 +217,7 @@
|
|||||||
<label>Target Temperature</label>
|
<label>Target Temperature</label>
|
||||||
<description>Target temperature setting of the room</description>
|
<description>Target temperature setting of the room</description>
|
||||||
<category>temperature</category>
|
<category>temperature</category>
|
||||||
<state readOnly="false" pattern="%.1f %unit%" step="1"/>
|
<state readOnly="false" pattern="%.1f %unit%" step="0.5"/>
|
||||||
<config-description>
|
<config-description>
|
||||||
<parameter name="holdOnlineState" type="boolean" required="false">
|
<parameter name="holdOnlineState" type="boolean" required="false">
|
||||||
<label>Hold Online State</label>
|
<label>Hold Online State</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user