natekspencer / pylitterbot

Python package for controlling a Whisker connected self-cleaning litter boxes and feeders
MIT License
87 stars 11 forks source link

Question: Is there any way to emulate pressing the "Cycle" button? #154

Closed mkanet closed 1 year ago

mkanet commented 1 year ago

I have a feeling the API doesn't support executing the "Cycle" command for the Litter-Robot 3 or Litter-Robot 4. However, I'm curious if there's any unofficial/undocumented method to do this. It would be a very useful feature.

natekspencer commented 1 year ago

You can start a clean cycle from this already.

mkanet commented 1 year ago

You can start a clean cycle from this already. Thanks. Somehow I had missed await robot.start_cleaning()