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 14f03c7 commit 7d045a5Copy full SHA for 7d045a5
roborock/api.py
@@ -91,6 +91,7 @@ def should_keepalive(self) -> bool:
91
92
async def validate_connection(self) -> None:
93
if not self.should_keepalive():
94
+ self._logger.info("Resetting Roborock connection due to kepalive timeout")
95
await self.async_disconnect()
96
await self.async_connect()
97
0 commit comments