From 96323f91ab412ff8c44a735156767f72fdfe1077 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Wed, 11 May 2022 22:03:44 +0200 Subject: [PATCH] [lutron] Fix item-type tag value for channel type buttonpress (#12715) Related to #12712 Signed-off-by: Laurent Garnier --- .../src/main/resources/OH-INF/thing/thing-types.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.lutron/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.lutron/src/main/resources/OH-INF/thing/thing-types.xml index d5d40b6ae8..2fbc0b8df2 100644 --- a/bundles/org.openhab.binding.lutron/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.lutron/src/main/resources/OH-INF/thing/thing-types.xml @@ -1378,7 +1378,7 @@ - Text + String Last button pressed -- 2.47.3