[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 <thomas@t-8ch.de>
This commit is contained in:
Thomas Weißschuh 2021-05-23 21:08:56 +02:00 committed by GitHub
parent e2fa4ba49e
commit 5ec535f37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
<state readOnly="true"/>
</channel-type>
<channel-type id="keypress">
<channel-type id="key-press">
<item-type>Contact</item-type>
<label>Key Pressed</label>
<state readOnly="true"/>