zigpy / zigpy-znp

TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
GNU General Public License v3.0
146 stars 40 forks source link

Implement command priority #237

Closed puddly closed 9 months ago

puddly commented 9 months ago

https://github.com/zigpy/zigpy/pull/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.

codecov[bot] commented 9 months ago

Codecov Report

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

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

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

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