zigpy / zigpy-znp

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

Fix bug that prevented just the coordinator from permitting joins #86

Closed puddly closed 3 years ago

puddly commented 3 years ago

https://github.com/zigpy/zigpy-znp/commit/fbaa52811f581423fa18924c1729f2319805a93a introduced a bug where joins could not be permitted on the coordinator alone anymore.

codecov-commenter commented 3 years ago

Codecov Report

Merging #86 (08793ae) into dev (b1ded73) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #86      +/-   ##
==========================================
- Coverage   98.71%   98.68%   -0.03%     
==========================================
  Files          44       44              
  Lines        3725     3727       +2     
==========================================
+ Hits         3677     3678       +1     
- Misses         48       49       +1     
Impacted Files Coverage Δ
zigpy_znp/zigbee/application.py 95.74% <100.00%> (-0.16%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b1ded73...08793ae. Read the comment docs.