Skip to content

Commit

Permalink
Revert "[robonect] Standardize config URI (openhab#11014)"
Browse files Browse the repository at this point in the history
This reverts commit 2ae5123.
  • Loading branch information
dw-8 committed Jul 25, 2021
1 parent 1c885c5 commit fbdf16d
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:robonect:jobType">
<config-description uri="channel-type:job:config">
<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:robonect:jobType"/>
<config-description-ref uri="channel-type:job:config"/>
</channel-type>

<channel-type id="timerStatusType">
Expand Down

0 comments on commit fbdf16d

Please sign in to comment.