We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69d090 commit 297f19eCopy full SHA for 297f19e
roborock/devices/traits/v1/clean_summary.py
@@ -24,7 +24,7 @@ async def refresh(self) -> None:
24
_LOGGER.debug("No clean records available in clean summary.")
25
self.last_clean_record = None
26
return
27
- last_record_id = self.records[-1]
+ last_record_id = self.records[0]
28
self.last_clean_record = await self.get_clean_record(last_record_id)
29
30
@classmethod
0 commit comments