zigpy / bellows

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

Simplify command structures for EZSP v10 #621

Closed puddly closed 2 months ago

puddly commented 2 months ago

v10 is nearly identical to v9. This reduces duplication and will make it easier to migrate to shared types in the future.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 99.72%. Comparing base (e157c6d) to head (2ba6889).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #621 +/- ## ========================================== + Coverage 99.67% 99.72% +0.05% ========================================== Files 74 74 Lines 4881 4812 -69 ========================================== - Hits 4865 4799 -66 + Misses 16 13 -3 ```

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