[knx] Fix item-type value for channel type datetime-control (#12717)

Related to #12712

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-05-11 22:02:06 +02:00
committed by GitHub
parent 97db8aa407
commit cb27dc5e68

View File

@@ -142,7 +142,7 @@
<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"/>