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

Use interval floor of 0 for ICD devices #892

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Conversation

marcelveldt
Copy link
Contributor

Yesterday we updated the mininterval floor to 1 second, to prevent a flood of updates at an insane frequency (e.g. transitions) but apparently this is not recommended for ICD devices.

So small follow-up to use 0 for ICD and 1 second for all other.

Scherm­afbeelding 2024-09-19 om 17 03 41

@marcelveldt marcelveldt added the maintenance Code (quality) improvement or small enhancement which not a new feature label Sep 19, 2024
@marcelveldt marcelveldt merged commit ed4d17f into main Sep 20, 2024
4 checks passed
@marcelveldt marcelveldt deleted the icd-subscription-floor branch September 20, 2024 09:23
@bjalt
Copy link

bjalt commented Sep 24, 2024

@marcelveldt Doesn't NODE_SUBSCRIPTION_FLOOR_ICD = 1 and the use of this variable set the MinFloorValue to 1 instead of the intended value of 0?

@marcelveldt
Copy link
Contributor Author

@marcelveldt Doesn't NODE_SUBSCRIPTION_FLOOR_ICD = 1 and the use of this variable set the MinFloorValue to 1 instead of the intended value of 0?

yeah, good catch! We missed that completely, not enough coffee I guess ;-)
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code (quality) improvement or small enhancement which not a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants