]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix trigger channel definition (#9927)
authorJ-N-K <J-N-K@users.noreply.github.com>
Sat, 23 Jan 2021 20:21:37 +0000 (21:21 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Jan 2021 20:21:37 +0000 (21:21 +0100)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/thing/channels.xml

index c816bc87d78141a7c7426f4557dfb3799796fb5f..ff439e2e5e05690ccd5dda24b99c505c4ccde35c 100644 (file)
@@ -84,7 +84,7 @@
        </channel-type>
 
        <channel-type id="trigger">
-               <item-type>Trigger</item-type>
+               <kind>trigger</kind>
                <label>Trigger</label>
                <description></description>
                <config-description-ref uri="thing-type:mqtt:trigger_channel"></config-description-ref>