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 9f039c0 commit 72792e6Copy full SHA for 72792e6
roborock/version_a01_apis/roborock_client_a01.py
@@ -40,7 +40,6 @@
40
_LOGGER = logging.getLogger(__name__)
41
42
43
-# Right now this cache is not active, it was too much complexity for the initial addition of dyad.
44
DYAD_PROTOCOL_ENTRIES: dict[RoborockDyadDataProtocol, Callable] = {
45
RoborockDyadDataProtocol.STATUS: lambda val: RoborockDyadStateCode(val).name,
46
RoborockDyadDataProtocol.SELF_CLEAN_MODE: lambda val: DyadSelfCleanMode(val).name,
0 commit comments