From cb27dc5e6861585247119f32b095f64957db362a Mon Sep 17 00:00:00 2001 From: lolodomo Date: Wed, 11 May 2022 22:02:06 +0200 Subject: [PATCH] [knx] Fix item-type value for channel type datetime-control (#12717) Related to #12712 Signed-off-by: Laurent Garnier --- .../src/main/resources/OH-INF/thing/device.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/device.xml b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/device.xml index 155185a285..352848c533 100644 --- a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/device.xml +++ b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/device.xml @@ -142,7 +142,7 @@ - DateTime Control + DateTime Control a date/time item (i.e. the status is not owned by KNX) -- 2.47.3