From 5f360acc1b3176f45024dd7e3ee368838bb1ee9d Mon Sep 17 00:00:00 2001 From: J-N-K Date: Sat, 19 Dec 2020 20:23:19 +0100 Subject: [PATCH] fix missing channel-type (#9433) Signed-off-by: Jan N. Klug --- .../src/main/resources/OH-INF/thing/thing-types.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.http/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.http/src/main/resources/OH-INF/thing/thing-types.xml index 8f1c5e1ec..b3907c83c 100644 --- a/bundles/org.openhab.binding.http/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.http/src/main/resources/OH-INF/thing/thing-types.xml @@ -5,7 +5,7 @@ xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> + extensible="color,contact,datetime,dimmer,image,location,number,player,rollershutter,string,switch"> Represents a base URL and all associated requests.