[automower] Fix item-type value for channel type positionType (#12714)
Related to #12712 Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/12722/head
parent
cb27dc5e68
commit
01006b73aa
|
@ -260,7 +260,7 @@
|
|||
</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"/>
|
||||
|
|
Loading…
Reference in New Issue