]> git.basschouten.com Git - openhab-addons.git/commitdiff
fix missing channel-type (#9433)
authorJ-N-K <J-N-K@users.noreply.github.com>
Sat, 19 Dec 2020 19:23:19 +0000 (20:23 +0100)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 19:23:19 +0000 (20:23 +0100)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.http/src/main/resources/OH-INF/thing/thing-types.xml

index 8f1c5e1ec9933b5a3dffa266971a49c4a73c3d88..b3907c83c8710395816b41546b1e6d15b1157578 100644 (file)
@@ -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">
 
        <thing-type id="url"
-               extensible="color,contact,datetime,dimmer,image,location,number,rollershutter,string,switch">
+               extensible="color,contact,datetime,dimmer,image,location,number,player,rollershutter,string,switch">
                <label>HTTP URL Thing</label>
                <description>Represents a base URL and all associated requests.</description>