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

Replace f32 usage with Decimal #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

huntc
Copy link

@huntc huntc commented Nov 2, 2024

Decimal is now used to retain decimal accuracy. As per the requirements of the OCPP specification.

Fixes #109

Decimal is now used to retain decimal accuracy. As per the requirements of the OCPP specification.
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.

Avoid f32 fields for representing quantities like money and meter values
1 participant