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

Increase Sensor.ReadingRangeMax to float64 #362

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

stmcginnis
Copy link
Owner

This property has been found to require the larger type with some implementations. This may require some consumers to update their expected return type, but prevents an JSON unmarshalling error when reading the values from the system.

Closes: #361

This property has been found to require the larger type with some
implementations. This may require some consumers to update their
expected return type, but prevents an JSON unmarshalling error when
reading the values from the system.

Signed-off-by: Sean McGinnis <[email protected]>
@stmcginnis stmcginnis merged commit c4e76fb into main Sep 26, 2024
2 checks passed
@stmcginnis stmcginnis deleted the readingrangemax branch September 26, 2024 11:21
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.

Sensors - ReadingRangeMax type float64 instead of type float32
1 participant