We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41b43b commit aaa3739Copy full SHA for aaa3739
1 file changed
roborock/devices/traits/v1/device_features.py
@@ -21,7 +21,8 @@ async def refresh(self) -> Self:
21
"""Refresh the contents of this trait.
22
23
This will use cached device features if available since they do not
24
- change often and this avoids unnecessary RPC calls.
+ change often and this avoids unnecessary RPC calls. This would only
25
+ ever change with a firmware update, so caching is appropriate.
26
"""
27
cache_data = await self._cache.get()
28
if cache_data.device_features is not None:
0 commit comments