mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[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:
parent
e2fa4ba49e
commit
5ec535f37b
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user