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

Update state machine for Absent and Battery Low states #26

Open
denis-stepanov opened this issue Jan 5, 2023 · 0 comments
Open

Update state machine for Absent and Battery Low states #26

denis-stepanov opened this issue Jan 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@denis-stepanov
Copy link
Owner

Somewhat inspired by issue #16. The mailbox state machine should be updated as follows:

  1. state Absent moved to the highest priority, because the de-facto implementation of Absent in the code overrides any other state;
  2. Battery Low state is not really a state, because mailbox could be in any other state while having low battery. So this state should be removed and replaced with a dedicated flag.
@denis-stepanov denis-stepanov added the enhancement New feature or request label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant