mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-04 03:14:07 +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"/>
|
<state readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="keypress">
|
<channel-type id="key-press">
|
||||||
<item-type>Contact</item-type>
|
<item-type>Contact</item-type>
|
||||||
<label>Key Pressed</label>
|
<label>Key Pressed</label>
|
||||||
<state readOnly="true"/>
|
<state readOnly="true"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user