zigpy / bellows

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

Implement independent ASHv2 protocol parsing #606

Closed puddly closed 2 months ago

puddly commented 6 months ago

Implements ASHv2 as a separate protocol layer.

For now, it is independent of the uart module.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 99.73890% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 99.69%. Comparing base (4f4adaf) to head (61658a5).

:exclamation: Current head 61658a5 differs from pull request most recent head 087d682. Consider uploading reports for the commit 087d682 to get more accurate results

Files Patch % Lines
bellows/ash.py 99.72% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #606 +/- ## ========================================== - Coverage 99.73% 99.69% -0.04% ========================================== Files 74 75 +1 Lines 4818 4996 +178 ========================================== + Hits 4805 4981 +176 - Misses 13 15 +2 ```

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