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

Don't treat all unsuccessful statuses as hard failures. #409

Merged
merged 1 commit into from
May 11, 2020

Conversation

Adminiuga
Copy link
Collaborator

When removing a group which is not there, Status.NOT_FOUND is not a hard failure. Same for Status.DUPLICATE_EXISTS when adding an endpoint to a group.

Fixes #397

When removing a group which is not there, Status.NOT_FOUND is not a hard
failure. Same for Status.DUPLICATE_EXISTS when adding an endpoint to a
group.
@Adminiuga Adminiuga added the bug Something isn't working label May 11, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.979% when pulling 7068e8d on Adminiuga:ac/group-status-handling into 8e26df4 on zigpy:dev.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.979% when pulling 7068e8d on Adminiuga:ac/group-status-handling into 8e26df4 on zigpy:dev.

@Adminiuga Adminiuga merged commit 46469a1 into zigpy:dev May 11, 2020
@Adminiuga Adminiuga deleted the ac/group-status-handling branch May 11, 2020 02:40
puddly pushed a commit to puddly/zigpy that referenced this pull request Jul 11, 2020
When removing a group which is not there, Status.NOT_FOUND is not a hard
failure. Same for Status.DUPLICATE_EXISTS when adding an endpoint to a
group.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't treat all unsuccessful statuses as a hard fail when adding/removing device from/to a group
2 participants