zigpy / zigpy-znp

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

Implement new zigpy packet API #171

Closed puddly closed 1 year ago

puddly commented 1 year ago

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

codecov-commenter commented 1 year ago

Codecov Report

Base: 98.60% // Head: 98.52% // Decreases project coverage by -0.07% :warning:

Coverage data is based on head (68ed430) compared to base (824c2b2). Patch coverage: 93.33% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #171 +/- ## ========================================== - Coverage 98.60% 98.52% -0.08% ========================================== Files 43 43 Lines 3865 3805 -60 ========================================== - Hits 3811 3749 -62 - Misses 54 56 +2 ``` | [Impacted Files](https://codecov.io/gh/zigpy/zigpy-znp/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy) | Coverage Δ | | |---|---|---| | [zigpy\_znp/api.py](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfem5wL2FwaS5weQ==) | `96.93% <84.21%> (+0.01%)` | :arrow_up: | | [zigpy\_znp/uart.py](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfem5wL3VhcnQucHk=) | `98.92% <90.00%> (-1.08%)` | :arrow_down: | | [zigpy\_znp/zigbee/application.py](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfem5wL3ppZ2JlZS9hcHBsaWNhdGlvbi5weQ==) | `94.76% <92.15%> (-0.74%)` | :arrow_down: | | [zigpy\_znp/config.py](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfem5wL2NvbmZpZy5weQ==) | `100.00% <100.00%> (ø)` | | | [zigpy\_znp/types/\_\_init\_\_.py](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfem5wL3R5cGVzL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [zigpy\_znp/types/named.py](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfem5wL3R5cGVzL25hbWVkLnB5) | `99.52% <100.00%> (-0.48%)` | :arrow_down: | | [zigpy\_znp/types/structs.py](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfem5wL3R5cGVzL3N0cnVjdHMucHk=) | `100.00% <100.00%> (ø)` | | | [zigpy\_znp/types/zigpy\_types.py](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-emlncHlfem5wL3R5cGVzL3ppZ3B5X3R5cGVzLnB5) | `100.00% <100.00%> (ø)` | | | ... and [2 more](https://codecov.io/gh/zigpy/zigpy-znp/pull/171/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.