]> git.basschouten.com Git - openhab-addons.git/commitdiff
[neohub] thermostats now support setpoints in steps of 0.5 celsius (#10598)
authorAndrew Fiddian-Green <software@whitebear.ch>
Wed, 28 Apr 2021 10:25:24 +0000 (11:25 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 10:25:24 +0000 (12:25 +0200)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
bundles/org.openhab.binding.neohub/src/main/resources/OH-INF/thing/thing-types.xml

index 5d6676500479739027bf8d1a54189f94b97e35c9..1aa673651a8bcdf51a89f87331eb25775ad27b21 100644 (file)
                <label>Target Temperature</label>
                <description>Target temperature setting of the room</description>
                <category>temperature</category>
-               <state readOnly="false" pattern="%.1f %unit%" step="1"/>
+               <state readOnly="false" pattern="%.1f %unit%" step="0.5"/>
                <config-description>
                        <parameter name="holdOnlineState" type="boolean" required="false">
                                <label>Hold Online State</label>