Skip to content

Commit

Permalink
[upb] Standardize config URI (openhab#11012)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored and thinkingstone committed Nov 7, 2021
1 parent dc2f350 commit d2b248c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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="upb:device:address">
<config-description uri="thing-type: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
Expand Up @@ -32,6 +32,6 @@
</channel>
</channels>

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

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

</thing:thing-descriptions>
Expand Up @@ -23,6 +23,6 @@
</channel>
</channels>

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

0 comments on commit d2b248c

Please sign in to comment.