From 8cb5a8b073821115287eeaafecedca776fa6424a Mon Sep 17 00:00:00 2001 From: Matthew Skinner Date: Sat, 12 Dec 2020 20:07:44 +1100 Subject: [PATCH] [milight] Refactor: change category to one that exist (#9336) DimmableLight The above category does not exist here and the new UI does not have this as a valid option to select when creating an item. Signed-off-by: Matthew Skinner --- .../src/main/resources/OH-INF/thing/channels.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.milight/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.milight/src/main/resources/OH-INF/thing/channels.xml index 5dad668636..4ba89d0c10 100644 --- a/bundles/org.openhab.binding.milight/src/main/resources/OH-INF/thing/channels.xml +++ b/bundles/org.openhab.binding.milight/src/main/resources/OH-INF/thing/channels.xml @@ -75,7 +75,7 @@ White leds and RGBWW allow to change between a cold and a warm color temperature. White support 16, RGBWW support 64 steps - DimmableLight + Light -- 2.47.3