zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
177 stars 86 forks source link

Implement command priority #602

Closed puddly closed 6 months ago

puddly commented 6 months ago

Implementation of https://github.com/zigpy/zigpy/pull/1297

I've limited the number of pending EZSP commands to 4, as we don't currently seem to limit it. In the future, we should write a proper ASH protocol that handles all of this for us.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (15b3223) 99.78% compared to head (900f505) 99.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #602 +/- ## ======================================= Coverage 99.78% 99.78% ======================================= Files 67 67 Lines 4722 4728 +6 ======================================= + Hits 4712 4718 +6 Misses 10 10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.