]> git.basschouten.com Git - openhab-addons.git/commitdiff
[automower] Fix item-type value for channel type positionType (#12714)
authorlolodomo <lg.hc@free.fr>
Wed, 11 May 2022 20:03:11 +0000 (22:03 +0200)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 20:03:11 +0000 (22:03 +0200)
Related to #12712

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.automower/src/main/resources/OH-INF/thing/thing-types.xml

index 087e7691c8f8d3750cbfe099380dd1c4d39c074a..5edae121a4fba1c25aa0c9e2eb000d4c486948c3 100644 (file)
        </channel-type>
 
        <channel-type id="positionType">
-               <item-type>Point</item-type>
+               <item-type>Location</item-type>
                <label>GPS Position</label>
                <description>The channel providing a waypoint of the mower's activity.</description>
                <state readOnly="true"/>