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>
This commit is contained in:
parent
b36dc180d6
commit
dd6d8c1bd2
@ -506,7 +506,7 @@ public class MiIoVacuumHandler extends MiIoAbstractHandler {
|
|||||||
.toString());
|
.toString());
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
historyRecord.setStart(ZonedDateTime
|
historyRecord.setEnd(ZonedDateTime
|
||||||
.ofInstant(Instant.ofEpochSecond(value.longValue()), ZoneId.systemDefault())
|
.ofInstant(Instant.ofEpochSecond(value.longValue()), ZoneId.systemDefault())
|
||||||
.toString());
|
.toString());
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user