Skip to content

Commit 2a50dc2

Browse files
lboueCopilot
andauthored
Update roborock/devices/traits/b01/q10/vacuum.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc96bd8 commit 2a50dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/b01/q10/vacuum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def empty_dustbin(self) -> None:
6363
"""Empty the dustbin at the dock."""
6464
await self._command.send(
6565
command=B01_Q10_DP.START_DOCK_TASK,
66-
params=2,
66+
params=2, # 2 = dock task type for "empty dustbin"
6767
)
6868

6969
async def set_clean_mode(self, mode: YXCleanType) -> None:

0 commit comments

Comments
 (0)