[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:
Andrew Fiddian-Green 2021-04-28 11:25:24 +01:00 committed by GitHub
parent aaeddc8119
commit 8ac7eeb999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>