]> git.basschouten.com Git - openhab-addons.git/commitdiff
[knx] Fix item-type value for channel type datetime-control (#12717)
authorlolodomo <lg.hc@free.fr>
Wed, 11 May 2022 20:02:06 +0000 (22:02 +0200)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 20:02:06 +0000 (22:02 +0200)
Related to #12712

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

index 155185a285df8e647eccec0ad9bb496d6cccdaa8..352848c533de078f3575ff79870545ab8e74ab31 100644 (file)
                <config-description-ref uri="channel-type:knx:single"/>
        </channel-type>
        <channel-type id="datetime-control">
-               <item-type>DateTime Control</item-type>
+               <item-type>DateTime</item-type>
                <label>DateTime Control</label>
                <description>Control a date/time item (i.e. the status is not owned by KNX)</description>
                <config-description-ref uri="channel-type:knx:single"/>