From 5ec535f37bef6f2491da64cd884af02b454e7d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sun, 23 May 2021 21:08:56 +0200 Subject: [PATCH] [linuxinput] use correct channelTypeUID for key-press channels (#10742) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../src/main/resources/OH-INF/thing/thing-types.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b27e32f5f..5620a0dec 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