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

Fix bug in Device.setPollInterval() #984

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Conversation

bengineerd
Copy link
Contributor

Description

This fixes a bug where Device.setPollInterval() was making an obsolete call to set the poll interval of each variable.

Documentation has also been updated to make note of the API change when setting Variable poll interval in Rogue v6.

Related

Need to merge #983 first.

@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (252accf) 29.55% compared to head (f6169c8) 30.05%.

Files Patch % Lines
python/pyrogue/_Device.py 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@               Coverage Diff               @@
##           pre-release     #984      +/-   ##
===============================================
+ Coverage        29.55%   30.05%   +0.49%     
===============================================
  Files               65       65              
  Lines             6641     6641              
  Branches          1014     1014              
===============================================
+ Hits              1963     1996      +33     
+ Misses            4524     4488      -36     
- Partials           154      157       +3     

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

@slacrherbst slacrherbst merged commit dd99795 into pre-release Jan 23, 2024
5 checks passed
@slacrherbst slacrherbst deleted the poll_interval_fix branch January 23, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants