mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[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:
parent
4d286438c8
commit
8fff2d15c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user