From 8cfe0d8c6164936444c4c268b20a215fbf443500 Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Sat, 22 Jun 2024 20:41:57 +0200 Subject: [PATCH] Add semantic tags for advanced light channels (#16905) Signed-off-by: Jacob Laursen --- .../src/main/resources/OH-INF/thing/channels.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml index d4ba6e9b70..b25510071b 100644 --- a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml +++ b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml @@ -242,6 +242,10 @@ Set the color xy parameter of the light without changing other state parameters. ColorLight + + Control + Light + veto @@ -250,7 +254,11 @@ Set the dimming parameter of the light without changing other state parameters. Light - + + Control + Light + + veto @@ -259,6 +267,10 @@ Set the on/off parameter of the light without changing other state parameters. Switch + + Switch + Power + veto -- 2.47.3