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

V2.0.1 unit of measure update docstring to allow use for variable characteristics #514

Conversation

Jared-Newell-Mobility
Copy link
Contributor

@Jared-Newell-Mobility Jared-Newell-Mobility commented Nov 7, 2023

Fixes #510

@@ -773,6 +774,7 @@ class UnitOfMeasure(str, Enum):
k = "K"
percent = "Percent"
hertz = "Hertz"
b = "Bytes"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is done to the v16 enum. It should be applied to the v201 enum, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, so it is only an addition now to the doc string

@Jared-Newell-Mobility Jared-Newell-Mobility changed the title V2.0.1 unit of measure type enums missing and update docstring to allow use for variable characteristics V2.0.1 unit of measure update docstring to allow use for variable characteristics Nov 7, 2023
OrangeTux
OrangeTux previously approved these changes Nov 7, 2023
…nd-update-docstring-to-allow-use-for-variableCharacteristics
@Jared-Newell-Mobility Jared-Newell-Mobility merged commit 7e14b16 into master Nov 7, 2023
6 checks passed
@Jared-Newell-Mobility Jared-Newell-Mobility deleted the v2.0.1-UnitOfMeasureType---Enums-missing-and-update-docstring-to-allow-use-for-variableCharacteristics branch November 7, 2023 08:20
ajmirsky pushed a commit to ajmirsky/ocpp that referenced this pull request Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

v2.0.1 UnitOfMeasureType - update docstring to allow use for variableCharacteristics
2 participants