]> git.basschouten.com Git - openhab-addons.git/commitdiff
GPS accuracy state display pattern changed (#10374)
authorGabor Bicskei <gbicskei@gmail.com>
Mon, 22 Mar 2021 18:06:16 +0000 (19:06 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 18:06:16 +0000 (19:06 +0100)
Signed-off-by: Gabor Bicskei <gbicskei@gmail.com>
bundles/org.openhab.binding.gpstracker/src/main/resources/OH-INF/thing/tracker.xml

index 922135694165731e16ad6c77a4cf88d8b751a465..acda2134cd8b7bc0e5925ad3224204f9a78469d1 100644 (file)
@@ -31,7 +31,7 @@
                <item-type>Number:Length</item-type>
                <label>Accuracy</label>
                <description>GPS accuracy</description>
-               <state pattern="%d %unit%" readOnly="true"/>
+               <state pattern="%.1f %unit%" readOnly="true"/>
        </channel-type>
        <channel-type id="lastReport">
                <item-type>DateTime</item-type>