mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +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>
|
||||
<label>Cleaning Start</label>
|
||||
<description>Last Cleaning Start Time</description>
|
||||
<category>Date</category>
|
||||
<category>Time</category>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="last_clean_end_time">
|
||||
<item-type>DateTime</item-type>
|
||||
<label>Cleaning End</label>
|
||||
<description>Last Cleaning End Time</description>
|
||||
<category>Date</category>
|
||||
<category>Time</category>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="last_clean_duration">
|
||||
|
@ -46,14 +46,14 @@
|
||||
<item-type>DateTime</item-type>
|
||||
<label>Date</label>
|
||||
<description>NTP refreshed date & time</description>
|
||||
<category>Date</category>
|
||||
<category>Time</category>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="string-channel">
|
||||
<item-type>String</item-type>
|
||||
<label>Date</label>
|
||||
<description>NTP refreshed date & time</description>
|
||||
<category>Date</category>
|
||||
<category>Time</category>
|
||||
<state readOnly="true"/>
|
||||
<config-description>
|
||||
<parameter name="DateTimeFormat" type="text" required="false">
|
||||
|
Loading…
Reference in New Issue
Block a user