Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement device scanning #190

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from
Draft

Implement device scanning #190

wants to merge 4 commits into from

Conversation

dmulcahey
Copy link
Contributor

fixes: #115

This is VERY WIP at the moment. Just getting some ideas into code to see what things look like. Feel free to drop comments / ideas here as I work through this.

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

Attention: Patch coverage is 12.30769% with 57 lines in your changes missing coverage. Please review.

Project coverage is 95.32%. Comparing base (57cc44b) to head (9532c57).

Files with missing lines Patch % Lines
zha/zigbee/cluster_handlers/__init__.py 10.20% 44 Missing ⚠️
zha/zigbee/device.py 20.00% 8 Missing ⚠️
zha/zigbee/endpoint.py 16.66% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #190      +/-   ##
==========================================
- Coverage   95.89%   95.32%   -0.58%     
==========================================
  Files          61       61              
  Lines        9404     9469      +65     
==========================================
+ Hits         9018     9026       +8     
- Misses        386      443      +57     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a full device scan
1 participant