]> git.basschouten.com Git - openhab-addons.git/commitdiff
[upb] Standardize config URI (#11012)
authorlolodomo <lg.hc@free.fr>
Sat, 17 Jul 2021 21:39:48 +0000 (23:39 +0200)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 21:39:48 +0000 (23:39 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.upb/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.binding.upb/src/main/resources/OH-INF/thing/leviton/38A00-1.xml
bundles/org.openhab.binding.upb/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.upb/src/main/resources/OH-INF/thing/virtual.xml

index 7c69cda054b79c8425dd2caa8832fbb3ca8fa365..2df3e19c9213d46b7228882c5d06969dda76be54 100644 (file)
@@ -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>
index 4c8098e592b5cae8cf03eb2e9275af6b2b1a8e13..a57b4e7587d641449872c23b01f86a4b2b03608d 100644 (file)
@@ -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>
index 57c526e7179dcb4f3ca708d4e34e811f87540eb0..1b972faa24a38cf83e7340c5642865c970fb4f9a 100644 (file)
@@ -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>
index 7b85e8bc5288a6ef974c755cc0b2d9e33cadf17b..586020a467b3813b3b4de380e345a1777a426212 100644 (file)
@@ -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>