zigpy / bellows

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

Match pending messages using the destination in addition to the tag #605

Closed puddly closed 6 months ago

puddly commented 6 months ago

EmberZNet includes the device NWK in its notification, which lets us use (nwk, tag) as the key instead of just tag.

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (758803d) 99.73% compared to head (cde5bb7) 99.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #605 +/- ## ======================================= Coverage 99.73% 99.73% ======================================= Files 74 74 Lines 4985 4987 +2 ======================================= + Hits 4972 4974 +2 Misses 13 13 ```

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