]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tplinksmarthome] Standardize config URI (#11015)
authorlolodomo <lg.hc@free.fr>
Sat, 17 Jul 2021 21:42:14 +0000 (23:42 +0200)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 21:42:14 +0000 (23:42 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
31 files changed:
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS100.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS103.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS105.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS107.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS110.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS200.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS210.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS220.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS300.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KB100.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KB130.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL110.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL120.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL130.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL50.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL60.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KP100.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KP105.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KP115.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KP200.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KP303.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KP400.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/LB100.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/LB110.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/LB120.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/LB130.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/LB200.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/LB230.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/RE270K.xml
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/RE370K.xml

index 29a0876c0a1f8d07ca10fc9b2e090e745136a00c..34cb8a85800573c860e5e9e18d830d124cc8a71a 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="thing-type:device:bulb">
+       <config-description uri="thing-type:tplinksmarthome:device-bulb">
                <parameter name="ipAddress" type="text">
                        <context>network-address</context>
                        <label>IP Address</label>
@@ -29,7 +29,7 @@
                </parameter>
        </config-description>
 
-       <config-description uri="thing-type:device:plug">
+       <config-description uri="thing-type:tplinksmarthome:device-plug">
                <parameter name="ipAddress" type="text">
                        <context>network-address</context>
                        <label>IP Address</label>
@@ -47,7 +47,7 @@
                </parameter>
        </config-description>
 
-       <config-description uri="thing-type:device:switch">
+       <config-description uri="thing-type:tplinksmarthome:device-switch">
                <parameter name="ipAddress" type="text">
                        <context>network-address</context>
                        <label>IP Address</label>
index ec42efde893b2f3210997e7b0400f12239c431c9..068429c39638a53a91c53aebedd84c6173fbaca3 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 0e0446186376dacca46f514a408e0a8c86f41e40..c2db2a036b63c9f4ec9233d02203f3c80856d01e 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 69497aa2ddb5bb502614c4dfb9ef31d59ab37095..f18258ccd70f264f2026b6174fa03984a82244ca 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 521d9cc553bce99c4f74641e5bc204effe96aa2c..47d50c63d0bea3cbd6fc9e6820ed243a9db380a4 100644 (file)
@@ -21,6 +21,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 56bd39362711e659361a9cb7961fcede4788344a..4a44a3a043ee278dae0f9bff2b720db680fd36fb 100644 (file)
@@ -21,6 +21,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 23e17898a6864789297144de51fdc9700bd195a1..ebf04988d8572b2f2e37e238acf6de02921b6e24 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:switch"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-switch"/>
        </thing-type>
 </thing:thing-descriptions>
index 2631284ea563aacfa49549461adecce4fdd9025c..1b6f928c90c6ea94194ea9676451c14cc410132a 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:switch"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-switch"/>
        </thing-type>
 </thing:thing-descriptions>
index 35a96820163bbd1e56072331356970a8a9108fab..2d9dcb4aba9fa5d6ee100a5b6b704d5242fe5452 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:switch"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-switch"/>
        </thing-type>
 </thing:thing-descriptions>
index bc1f3fac75ec5a83577f13a281b0ac42a6fcbb9f..c4348a1702300a5169df249ea08cf4451fe3250b 100644 (file)
@@ -33,7 +33,7 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 
 </thing:thing-descriptions>
index 5494f65e151665a6368f96834e7bfc02e66d30ec..b2d198896bfa0dba12eab8f899170100d1a2aedb 100644 (file)
@@ -16,6 +16,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 4d310319c4c3f21d8738ff7e9fef738b00794f68..1329f544b2313878357c13b43de8db86da7ef9d2 100644 (file)
@@ -18,6 +18,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 56f967cdb762456ab40cfc77c17ae90bf79a287d..3375919a1f96101910a2264a18d29dbbd0ce9c11 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 7d070479eb31eb4a39751e322c6591c6a7c1e4dd..9d4c1d60da7582b47bbcf315cbcfcfce9c6b3a92 100644 (file)
@@ -19,6 +19,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 8b66463801c9e54a2ac8fe8ce2b8f3ba2fd60d42..6c6a8ec319fbe66fe1c4faf59012c6b7db5b341d 100644 (file)
@@ -19,6 +19,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 4eb5cba2e664808173e663e9ee7de9e0782d9a6e..4424e6017cda3e9f5ac3c73909fb1f22f52b2710 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 4f0d1cacef55b64834fc44e475c97b1105aef7c6..61bcfbec672d5c5a0486a191e631cf9992c7ed04 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 019693b027e027cfa784fc2a0f708daf97cbe4fd..05d6e464fee9bfd7917103631dd1ad6753e9473f 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 29a516366f1b463201616f919f30f25308a66dc1..7401aeee3777132f09a7cc561c5ff94281fc00cc 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index adacbf011e2a9f13207b430b0a35ff705d6bcc32..086725f2b21e36d6fa49e37dc03a5abec580c1ad 100644 (file)
@@ -21,6 +21,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 204da7a0150cab17aa8c5fc772f1bdf673890492..578a0a7dbe1eac5633855256edadfb69b816dba5 100644 (file)
@@ -21,6 +21,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 13087e1f5e81f3b1048b8d2b0bda3cff53cc0103..9f3eb482dc39fb5ef647658c3af38829d5e2fe72 100644 (file)
@@ -24,7 +24,7 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 
 </thing:thing-descriptions>
index 2127b755f7849eb18a250ea61b096dc4ab4f7d40..fe46c591a83410ea4cfe04e0168a6e6c558acbdb 100644 (file)
@@ -21,6 +21,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index 1e0b74cc04439e7c6e06d06faf2f30a47d49cb6d..9261f561c6d9d686afbdcd5d1f8b19da7e0268aa 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 05676b9dff903fc4c1f3d02accbff24996141589..0444da64213a2f262e802e263da588f4cfd758cf 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index aea43a495c2890b633c435e28d4cf881e40d1a8e..e029aded7926fd48ddcf3a7d791db68af5095786 100644 (file)
@@ -19,6 +19,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 65d0e8bd4d3df257e51c068c30e23763506c6e5d..c7ca1093853b16a471e8a955f04a6c90e32cc47e 100644 (file)
@@ -19,6 +19,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 93ae2f03cf441835362e12485b659b5dadc0ff16..320d3f20cab7d67048d94e59f793d2523548bb4d 100644 (file)
@@ -17,6 +17,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index 46c6e1352298f9299a404279965db0ccc3def14c..f8bcdc1dfa1e6b10a410a55e0075ce899a8b3347 100644 (file)
@@ -19,6 +19,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:bulb"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-bulb"/>
        </thing-type>
 </thing:thing-descriptions>
index fc2c8d2abef0221307a49ddb43393197d9216d56..403a181938f88e39807098eb877aad039a85eaff 100644 (file)
@@ -16,6 +16,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>
index fcb3b31b23a86331c5bc34a56a321cdb9a4eb3d1..f95cf281f747ac45d7efd287b185983102596da2 100644 (file)
@@ -16,6 +16,6 @@
 
                <representation-property>deviceId</representation-property>
 
-               <config-description-ref uri="thing-type:device:plug"/>
+               <config-description-ref uri="thing-type:tplinksmarthome:device-plug"/>
        </thing-type>
 </thing:thing-descriptions>