[lutron] Fix item-type tag value for channel type buttonpress (#12715)
Related to #12712 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
01006b73aa
commit
96323f91ab
|
@ -1378,7 +1378,7 @@
|
|||
</channel-type>
|
||||
|
||||
<channel-type id="buttonpress">
|
||||
<item-type>Text</item-type>
|
||||
<item-type>String</item-type>
|
||||
<label>Last Button Press</label>
|
||||
<description>Last button pressed</description>
|
||||
<state readOnly="true"/>
|
||||
|
|
Loading…
Reference in New Issue