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

Retry docking if the mower rolls off the charger #114

Merged
merged 2 commits into from
Jul 7, 2024

Commits on Jul 7, 2024

  1. Retry docking if the mower rolls off the charger

    This adds a new boolean to the idle state that tracks whether the mower is on the dock. If the mower detects that it is on the dock and it is no longer charging, it undocks and tries to redock.
    
    This only applies to the cases where the mower has docked itself. If you manually place the mower on the charger this behavior will not activate.
    jeremysalwen committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    7b59e7c View commit details
    Browse the repository at this point in the history
  2. Add OM_DOCKING_REDOCK to enable redocking behavior

    By default it is disabled
    jeremysalwen committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e1d59ae View commit details
    Browse the repository at this point in the history