From e19c16565dc84363222ec8ef1f69994da99dd18e Mon Sep 17 00:00:00 2001 From: J-N-K Date: Tue, 8 Dec 2020 01:02:32 +0100 Subject: [PATCH] [deconz] add categories and tags to lights (where applicable) (#9257) * add categories and tags (where applicable) * also add tags for groups Signed-off-by: Jan N. Klug --- .../OH-INF/thing/group-thing-types.xml | 16 +++++++++++++ .../OH-INF/thing/light-thing-types.xml | 24 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/group-thing-types.xml b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/group-thing-types.xml index 6b6cd10e4f..691c210220 100644 --- a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/group-thing-types.xml +++ b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/group-thing-types.xml @@ -9,6 +9,7 @@ + Lightbulb @@ -25,12 +26,16 @@ Switch + Alarm Switch "On" if all lights in this group are "On", otherwise "Off". + + Lighting + @@ -38,16 +43,27 @@ Switch "On" if any light in this group is "On", otherwise "Off". + + Lighting + + Color + Colorpicker + + Lighting + Number + + Lighting + diff --git a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/light-thing-types.xml b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/light-thing-types.xml index ce7c74b78f..745c2f1082 100644 --- a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/light-thing-types.xml +++ b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/light-thing-types.xml @@ -10,6 +10,7 @@ A warning device + Siren @@ -25,6 +26,7 @@ A device to cover windows. + Blinds @@ -55,6 +57,7 @@ A dimmable light. + Lightbulb @@ -70,6 +73,7 @@ A dimmable light with adjustable color temperature. + Lightbulb @@ -86,6 +90,7 @@ A dimmable light with adjustable color. + Lightbulb @@ -101,6 +106,7 @@ A dimmable light with adjustable color. + Lightbulb @@ -117,6 +123,7 @@ A doorlock that can be locked (ON) or unlocked (OFF). + Lock @@ -129,34 +136,51 @@ Rollershutter + Rollershutter Switch + Switch + + Switchable + Dimmer + Slider + + Lighting + Color + Colorpicker + + Lighting + Number + + Lighting + Switch + Alarm -- 2.47.3