[robonect] Standardize config URI (#11014)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
8c8b3b2e2c
commit
57ac236318
|
@ -5,7 +5,7 @@
|
|||
xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0
|
||||
https://openhab.org/schemas/config-description-1.0.0.xsd">
|
||||
|
||||
<config-description uri="channel-type:job:config">
|
||||
<config-description uri="channel-type:robonect:jobType">
|
||||
<parameter name="remoteStart" type="text" pattern="^STANDARD|REMOTE_1|REMOTE_2$">
|
||||
<label>Remote Start</label>
|
||||
<description>The location to start the mowing job from.</description>
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
<item-type>Switch</item-type>
|
||||
<label>Mowing Job</label>
|
||||
<description>Starts a mowing job</description>
|
||||
<config-description-ref uri="channel-type:job:config"/>
|
||||
<config-description-ref uri="channel-type:robonect:jobType"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="timerStatusType">
|
||||
|
|
Loading…
Reference in New Issue