NickWaterton / Roomba980-Python

Python program and library to control iRobot Roomba 980 Vacuum Cleaner
MIT License
361 stars 103 forks source link

What kind of commands are available? #93

Closed MoriYu0011 closed 2 years ago

MoriYu0011 commented 2 years ago

I know the following commands are available.

"start"
"stop"
"pause"
"resume"
"dock"
"evac" (only with clean base)
"reset"
"locate"

Does anyone know any other commands? I want to use basic commands such as

NickWaterton commented 2 years ago

Sorry, Roomba doesn't support those kind of commands.

The experimental robot Create 2 does that https://store.irobot.com/default/create-programmable-programmable-robot-irobot-create-2/RC65099.html.

MoriYu0011 commented 2 years ago

Thanks so much!