zigpy / zigpy-xbee

A library which communicates with XBee radios for zigpy
GNU General Public License v3.0
22 stars 18 forks source link

Use zigpy packet_received #160

Closed Shulyaka closed 9 months ago

Shulyaka commented 9 months ago

Call zigpy packet_received instead of handle_message. It allows us to use zigpy handling of ZDO messages and avoid code duplication.

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (2f2e1ae) 100.00% compared to head (f067c8c) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #160 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 6 6 Lines 830 813 -17 ========================================= - Hits 830 813 -17 ``` | [Files](https://app.codecov.io/gh/zigpy/zigpy-xbee/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy) | Coverage Δ | | |---|---|---| | [zigpy\_xbee/zigbee/application.py](https://app.codecov.io/gh/zigpy/zigpy-xbee/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfeGJlZS96aWdiZWUvYXBwbGljYXRpb24ucHk=) | `100.00% <100.00%> (ø)` | |

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