zigpy / bellows

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

EZSP v12 #567

Closed puddly closed 1 year ago

puddly commented 1 year ago

There are a few new commands related to key handling and green power.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8699553) 99.76% compared to head (47223d2) 99.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #567 +/- ## ======================================== Coverage 99.76% 99.77% ======================================== Files 62 68 +6 Lines 4713 4835 +122 ======================================== + Hits 4702 4824 +122 Misses 11 11 ``` | [Impacted Files](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy) | Coverage Δ | | |---|---|---| | [bellows/ezsp/config.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL2NvbmZpZy5weQ==) | `100.00% <ø> (ø)` | | | [bellows/ezsp/\_\_init\_\_.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL19faW5pdF9fLnB5) | `99.29% <100.00%> (ø)` | | | [bellows/ezsp/v12/\_\_init\_\_.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3YxMi9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [bellows/ezsp/v12/commands.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3YxMi9jb21tYW5kcy5weQ==) | `100.00% <100.00%> (ø)` | | | [bellows/ezsp/v12/config.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3YxMi9jb25maWcucHk=) | `100.00% <100.00%> (ø)` | | | [bellows/ezsp/v12/types/\_\_init\_\_.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3YxMi90eXBlcy9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [bellows/ezsp/v12/types/named.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3YxMi90eXBlcy9uYW1lZC5weQ==) | `100.00% <100.00%> (ø)` | | | [bellows/ezsp/v12/types/struct.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3YxMi90eXBlcy9zdHJ1Y3QucHk=) | `100.00% <100.00%> (ø)` | | | [bellows/types/named.py](https://app.codecov.io/gh/zigpy/bellows/pull/567?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy90eXBlcy9uYW1lZC5weQ==) | `100.00% <100.00%> (ø)` | |

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

MattWestb commented 1 year ago

Only "some" and in the end of the summer V13 is coming with more work for our Puddly !! Good that Bellow and EZSP always is backward compatible so still working with new version as long the format is being changed.

Great work done !!