Skip to content

Commit

Permalink
Revert "[upb] Standardize config URI (openhab#11012)"
Browse files Browse the repository at this point in the history
This reverts commit b804b8a.
  • Loading branch information
dw-8 committed Jul 25, 2021
1 parent becba8c commit e90a3d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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="thing-type:upb:device-address">
<config-description uri="upb:device:address">
<parameter name="networkId" type="integer" min="0" max="255" required="false">
<label>Network ID</label>
<description>The ID of the UPB network that the device belongs to</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
</channel>
</channels>

<config-description-ref uri="thing-type:upb:device-address"/>
<config-description-ref uri="upb:device:address"/>
</thing-type>
</thing:thing-descriptions>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<channel id="dimmer" typeId="system.brightness"/>
</channels>

<config-description-ref uri="thing-type:upb:device-address"/>
<config-description-ref uri="upb:device:address"/>
</thing-type>

</thing:thing-descriptions>
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</channel>
</channels>

<config-description-ref uri="thing-type:upb:device-address"/>
<config-description-ref uri="upb:device:address"/>
</thing-type>
</thing:thing-descriptions>

0 comments on commit e90a3d1

Please sign in to comment.