[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:
parent
97db8aa407
commit
cb27dc5e68
|
@ -142,7 +142,7 @@
|
||||||
<config-description-ref uri="channel-type:knx:single"/>
|
<config-description-ref uri="channel-type:knx:single"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="datetime-control">
|
<channel-type id="datetime-control">
|
||||||
<item-type>DateTime Control</item-type>
|
<item-type>DateTime</item-type>
|
||||||
<label>DateTime Control</label>
|
<label>DateTime Control</label>
|
||||||
<description>Control a date/time item (i.e. the status is not owned by KNX)</description>
|
<description>Control a date/time item (i.e. the status is not owned by KNX)</description>
|
||||||
<config-description-ref uri="channel-type:knx:single"/>
|
<config-description-ref uri="channel-type:knx:single"/>
|
||||||
|
|
Loading…
Reference in New Issue