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.
2 parents 9eff695 + 8561c3c commit b862206Copy full SHA for b862206
roborock/api.py
@@ -85,7 +85,7 @@ def should_keepalive(self) -> bool:
85
86
async def validate_connection(self) -> None:
87
if not self.should_keepalive():
88
- self._logger.info("Resetting Roborock connection due to kepalive timeout")
+ self._logger.info("Resetting Roborock connection due to keepalive timeout")
89
await self.async_disconnect()
90
await self.async_connect()
91
0 commit comments