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 ad2f23c commit a20d2acCopy full SHA for a20d2ac
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