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

Implement command priority #237

Merged
merged 1 commit into from Dec 20, 2023
Merged

Conversation

puddly
Copy link
Collaborator

@puddly puddly commented Dec 20, 2023

zigpy/zigpy#1297

ZNP doesn't actually need this change, as commands are not synchronous in Z-Stack and follow a "request/response/callback" system where the "request/response" phase is nearly instant and the lock will probably never actually be hit.

Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8b86f67) 98.10% compared to head (81edea2) 98.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #237   +/-   ##
=======================================
  Coverage   98.10%   98.10%           
=======================================
  Files          43       43           
  Lines        3644     3647    +3     
=======================================
+ Hits         3575     3578    +3     
  Misses         69       69           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@puddly puddly merged commit e3c9fcf into zigpy:dev Dec 20, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant