Closed puddly closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8b86f67
) 98.10% compared to head (81edea2
) 98.10%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.