Skip to content

Commit

Permalink
[miio] Fix last cleaning details end missing (openhab#16388)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Verpaalen <[email protected]>
  • Loading branch information
marcelrv authored Feb 9, 2024
1 parent b36dc18 commit dd6d8c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ private void updateHistoryRecordLegacy(JsonArray historyData) {
.toString());
break;
case 1:
historyRecord.setStart(ZonedDateTime
historyRecord.setEnd(ZonedDateTime
.ofInstant(Instant.ofEpochSecond(value.longValue()), ZoneId.systemDefault())
.toString());
break;
Expand Down

0 comments on commit dd6d8c1

Please sign in to comment.