]> git.basschouten.com Git - openhab-addons.git/commitdiff
[lutron] Fix item-type tag value for channel type buttonpress (#12715)
authorlolodomo <lg.hc@free.fr>
Wed, 11 May 2022 20:03:44 +0000 (22:03 +0200)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 20:03:44 +0000 (22:03 +0200)
Related to #12712

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.lutron/src/main/resources/OH-INF/thing/thing-types.xml

index d5d40b6ae870066e9633da2ba389614f637a8d4b..2fbc0b8df2b012c0557f9ce5a0fa080e8b17e74d 100644 (file)
        </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"/>