Skip to content

Commit

Permalink
[miio/ntp] Fix wrong "Date" channel category (openhab#11699)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
  • Loading branch information
lolodomo authored and andrasU committed Nov 12, 2022
1 parent 10f3d1a commit b572a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
<item-type>DateTime</item-type>
<label>Date</label>
<description>NTP refreshed date &amp; 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 &amp; time</description>
<category>Date</category>
<category>Time</category>
<state readOnly="true"/>
<config-description>
<parameter name="DateTimeFormat" type="text" required="false">
Expand Down

0 comments on commit b572a85

Please sign in to comment.