-
-
Notifications
You must be signed in to change notification settings - Fork 38k
Add Roborock dock control buttons and mop wash mode select #163373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d203085
79f7055
7665636
df357f4
7e0e441
69b570b
3eb5953
7fe1966
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,6 +84,15 @@ | |
| } | ||
| }, | ||
| "button": { | ||
| "dock_empty": { | ||
| "name": "Empty" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What does empty mean?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it means to start emptying the robot vaccum's dust bin into the dock's dust bin. So "Empty" as a verb meaning empty the robots dust bin. The other name is to start dust connection. Looking at some videos online, the app has a button that says "Empty" and the device speaks "Empty Dust Bin" so maybe that would be a better name? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I have a roborock with dock and when it is docked, I can push the button in the roborock app on my phone and it empties the dustbin of the robot into the dock (which is much much bigger). So it would Empty the robot into the dock |
||
| }, | ||
| "dock_stop_drying": { | ||
| "name": "Stop drying" | ||
| }, | ||
| "dock_wash_mop": { | ||
| "name": "Wash mop" | ||
| }, | ||
| "pause": { | ||
| "name": "Pause" | ||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.