-
Notifications
You must be signed in to change notification settings - Fork 329
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
Type of v16.datatypes.SampledValue.context
is incorrect
#421
Labels
Comments
Good catch - 7.43 - Optional. Type of detail value: start, end or sample. Default = “Sample.Periodic” |
Satisfied with PR - #495 - For inclusion in next major release |
Referenced in #174 |
OrangeTux
added a commit
that referenced
this issue
Jan 15, 2024
Merged
RoaringDev1203
added a commit
to RoaringDev1203/Cratus-OCPP
that referenced
this issue
Aug 27, 2024
- [#544](mobilityhouse/ocpp#544) Pass `Call.unique_id` to the `on` and `after` routing handlers. - [#559](mobilityhouse/ocpp#559) Update project dependencies as of 22-12-2023 - [#447](mobilityhouse/ocpp#447) Make formatting of enums in py3.11 consistent with earlier Python versions - [#421](mobilityhouse/ocpp#421) Type of v16.datatypes.SampledValue.context is incorrect
ajmirsky
pushed a commit
to ajmirsky/ocpp
that referenced
this issue
Nov 26, 2024
- [mobilityhouse#544](mobilityhouse#544) Pass `Call.unique_id` to the `on` and `after` routing handlers. - [mobilityhouse#559](mobilityhouse#559) Update project dependencies as of 22-12-2023 - [mobilityhouse#447](mobilityhouse#447) Make formatting of enums in py3.11 consistent with earlier Python versions - [mobilityhouse#421](mobilityhouse#421) Type of v16.datatypes.SampledValue.context is incorrect
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The specification allows the field to be optional. But the library requires it.
ocpp/ocpp/v16/datatypes.py
Line 107 in 0adf945
The text was updated successfully, but these errors were encountered: