Skip to content

Commit

Permalink
[robonect] Standardize config URI (openhab#11014)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: dw-8 <davy.wong.on+github@gmail.com>
  • Loading branch information
lolodomo authored and dw-8 committed Jul 25, 2021
1 parent c8626a2 commit 5ad1cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 5ad1cfa

Please sign in to comment.