zigpy / zigpy-cli

Command line interface for zigpy
GNU General Public License v3.0
44 stars 12 forks source link

Add zigpy_zboss to the RADIO_TO_PACKAGE map #44

Closed natexornate closed 6 months ago

natexornate commented 6 months ago

You can't use the Zboss radios without this entry. With it, I've had success using the various commands with an nrf52840 dongle through zboss.

puddly commented 6 months ago

Can you add logging configuration as well? You can see examples for the other radio libraries.

natexornate commented 6 months ago

Surprisingly, it's already there. Not sure how it worked without this entry in the RADIO_TO_PACKAGE map though.

puddly commented 6 months ago

Interesting! I think this was missed in the previous PR adding the library.

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (83199a9) 2.23% compared to head (2f2aa13) 2.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #44 +/- ## ===================================== Coverage 2.23% 2.23% ===================================== Files 8 8 Lines 492 492 ===================================== Hits 11 11 Misses 481 481 ```

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

natexornate commented 6 months ago

That will happen. I removed a space that the formatter didn't like.