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 <marcel@verpaalen.com>
Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
  • Loading branch information
marcelrv authored and austvik committed Mar 27, 2024
1 parent 724eb6e commit 881294e
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 881294e

Please sign in to comment.