From 384fdad56ea5c01f3577da1611b089d246e3559c Mon Sep 17 00:00:00 2001 From: Hilbrand Bouwkamp Date: Wed, 1 Dec 2021 11:57:09 +0100 Subject: [PATCH] [tplinksmarthome] Fixed invalid channels in KL125/KL135. (#11680) These are color bulbs and should have the color channel instead of the brightness channel. Closes #11660 Signed-off-by: Hilbrand Bouwkamp --- .../src/main/resources/OH-INF/thing/KL125.xml | 2 +- .../src/main/resources/OH-INF/thing/KL135.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL125.xml b/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL125.xml index 3583b6057f..fff94fa871 100644 --- a/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL125.xml +++ b/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL125.xml @@ -10,7 +10,7 @@ Lightbulb - + diff --git a/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL135.xml b/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL135.xml index 297014467b..ec02538491 100644 --- a/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL135.xml +++ b/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL135.xml @@ -10,7 +10,7 @@ Lightbulb - + -- 2.47.3