Skip to content
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

Add ability to start built-in cleaning modes #14

Open
jacobperron opened this issue Mar 28, 2016 · 1 comment
Open

Add ability to start built-in cleaning modes #14

jacobperron opened this issue Mar 28, 2016 · 1 comment

Comments

@jacobperron
Copy link
Member

I think a subscriber listening to a custom cleaning mode message will be good. Then we will also need a way to stop/pause any active cleaning behaviours.

Proposal:

uint8 CLEAN_MODE_NONE=0
uint8 CLEAN_MODE_DEFAULT=1
uint8 CLEAN_MODE_MAX=2
uint8 CLEAN_MODE_SPOT=3

Header header
uint8 mode

Or maybe instead of CLEAN_MODE_NONE users could use another topic to change the mode out of PASSIVE #13

@jacobperron jacobperron added this to the 1.1.0 milestone Apr 1, 2016
@jacobperron
Copy link
Member Author

Added functionality to set-modes branch. Will merge after testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant