From 8c8b3b2e2c6e014efd37fd33571fbe1bcf3b919b Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sat, 17 Jul 2021 23:40:20 +0200 Subject: [PATCH] [yeelight] Standardize config URI (#11013) Signed-off-by: Laurent Garnier --- .../src/main/resources/OH-INF/config/config.xml | 2 +- .../src/main/resources/OH-INF/thing/ceiling.xml | 2 +- .../src/main/resources/OH-INF/thing/ceiling1.xml | 2 +- .../src/main/resources/OH-INF/thing/ceiling4.xml | 2 +- .../src/main/resources/OH-INF/thing/ct_bulb.xml | 2 +- .../src/main/resources/OH-INF/thing/desklamp.xml | 2 +- .../src/main/resources/OH-INF/thing/dolphin.xml | 2 +- .../src/main/resources/OH-INF/thing/stripe.xml | 2 +- .../src/main/resources/OH-INF/thing/wonder.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/config/config.xml index b2117b1881..53f3e1656b 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/config/config.xml @@ -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"> - + Id of the Yeelight device to connect with. diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling.xml index e5bdf5ca9a..eb0a44f3be 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling.xml @@ -14,6 +14,6 @@ - + diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling1.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling1.xml index 5401b3c40e..27ab9df10c 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling1.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling1.xml @@ -15,6 +15,6 @@ - + diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling4.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling4.xml index 3fa58fa1ec..949dfffa38 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling4.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ceiling4.xml @@ -13,6 +13,6 @@ - + diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ct_bulb.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ct_bulb.xml index 7c77d78084..41ef5c2292 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ct_bulb.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/ct_bulb.xml @@ -14,6 +14,6 @@ - + diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/desklamp.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/desklamp.xml index 963a983c3a..3b23f8f5d4 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/desklamp.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/desklamp.xml @@ -14,6 +14,6 @@ - + diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/dolphin.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/dolphin.xml index fa76ab7080..90eba28698 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/dolphin.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/dolphin.xml @@ -13,6 +13,6 @@ - + diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/stripe.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/stripe.xml index 47e051c0c3..a5351a2916 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/stripe.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/stripe.xml @@ -14,6 +14,6 @@ - + diff --git a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/wonder.xml b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/wonder.xml index 91785d237d..b999ea724f 100644 --- a/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/wonder.xml +++ b/bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/wonder.xml @@ -14,6 +14,6 @@ - + -- 2.47.3