From: Thomas Weißschuh Date: Sun, 23 May 2021 19:08:56 +0000 (+0200) Subject: [linuxinput] use correct channelTypeUID for key-press channels (#10742) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=5ec535f37bef6f2491da64cd884af02b454e7d03;p=openhab-addons.git [linuxinput] use correct channelTypeUID for key-press channels (#10742) Previously there was a mismatch between the UIDs used by the handler and the one actually registered from the XML-file. This lead to channels not showing up in the UI. (See https://github.com/openhab/openhab-webui/issues/406 ) Signed-off-by: Thomas Weißschuh --- diff --git a/bundles/org.openhab.binding.linuxinput/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.linuxinput/src/main/resources/OH-INF/thing/thing-types.xml index b27e32f5f0..5620a0dec4 100644 --- a/bundles/org.openhab.binding.linuxinput/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.linuxinput/src/main/resources/OH-INF/thing/thing-types.xml @@ -30,7 +30,7 @@ - + Contact