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

Use DeviceError::Lost to represent device loss. #4238

Merged
merged 2 commits into from
Oct 14, 2023

Commits on Oct 13, 2023

  1. Use DeviceError::Lost to represent device loss.

    The device.valid boolean, regardless of its name, represents a state
    that is only activated through "lose the device". This patch changes
    error reporting of an invalid/lost device to use DeviceError::Lost. The
    value DeviceError::Invalid is used when a device id is not found.
    bradwerth committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    622a090 View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG.md.

    bradwerth committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    740b699 View commit details
    Browse the repository at this point in the history