mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
[miio/ntp] Fix wrong "Date" channel category (#11699)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
ac752b97a7
commit
83f5f01267
@ -347,14 +347,14 @@
|
|||||||
<item-type>DateTime</item-type>
|
<item-type>DateTime</item-type>
|
||||||
<label>Cleaning Start</label>
|
<label>Cleaning Start</label>
|
||||||
<description>Last Cleaning Start Time</description>
|
<description>Last Cleaning Start Time</description>
|
||||||
<category>Date</category>
|
<category>Time</category>
|
||||||
<state readOnly="true"/>
|
<state readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="last_clean_end_time">
|
<channel-type id="last_clean_end_time">
|
||||||
<item-type>DateTime</item-type>
|
<item-type>DateTime</item-type>
|
||||||
<label>Cleaning End</label>
|
<label>Cleaning End</label>
|
||||||
<description>Last Cleaning End Time</description>
|
<description>Last Cleaning End Time</description>
|
||||||
<category>Date</category>
|
<category>Time</category>
|
||||||
<state readOnly="true"/>
|
<state readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="last_clean_duration">
|
<channel-type id="last_clean_duration">
|
||||||
|
@ -46,14 +46,14 @@
|
|||||||
<item-type>DateTime</item-type>
|
<item-type>DateTime</item-type>
|
||||||
<label>Date</label>
|
<label>Date</label>
|
||||||
<description>NTP refreshed date & time</description>
|
<description>NTP refreshed date & time</description>
|
||||||
<category>Date</category>
|
<category>Time</category>
|
||||||
<state readOnly="true"/>
|
<state readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="string-channel">
|
<channel-type id="string-channel">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>Date</label>
|
<label>Date</label>
|
||||||
<description>NTP refreshed date & time</description>
|
<description>NTP refreshed date & time</description>
|
||||||
<category>Date</category>
|
<category>Time</category>
|
||||||
<state readOnly="true"/>
|
<state readOnly="true"/>
|
||||||
<config-description>
|
<config-description>
|
||||||
<parameter name="DateTimeFormat" type="text" required="false">
|
<parameter name="DateTimeFormat" type="text" required="false">
|
||||||
|
Loading…
Reference in New Issue
Block a user