[miio] Fix last cleaning details end missing (#16388)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
Marcel 2024-02-09 09:41:52 +01:00 committed by Ciprian Pascu
parent 4d286438c8
commit 8fff2d15c1

View File

@ -506,7 +506,7 @@ public class MiIoVacuumHandler extends MiIoAbstractHandler {
.toString());
break;
case 1:
historyRecord.setStart(ZonedDateTime
historyRecord.setEnd(ZonedDateTime
.ofInstant(Instant.ofEpochSecond(value.longValue()), ZoneId.systemDefault())
.toString());
break;