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

StopTransactionPayload field type error #16

Closed
jchinnick-nuvation opened this issue Jul 11, 2019 · 1 comment · Fixed by #17
Closed

StopTransactionPayload field type error #16

jchinnick-nuvation opened this issue Jul 11, 2019 · 1 comment · Fixed by #17
Labels
bug Something isn't working

Comments

@jchinnick-nuvation
Copy link

v16.call StopTransactionPayload
id_tag: int = None -> id_tag: str = None
Also 'reason' is an optional parameter, therefore:
reason: str -> reason: str = None

@OrangeTux OrangeTux added the bug Something isn't working label Jul 11, 2019
@OrangeTux
Copy link
Contributor

Thanks again for reporting!

OrangeTux pushed a commit that referenced this issue Jul 11, 2019
OrangeTux pushed a commit that referenced this issue Jul 11, 2019
OrangeTux added a commit that referenced this issue Jul 31, 2019
Fix type of call.StopTransactionPayload.id_tag and made call.StopTransactionPayload.reason optional.

Fixes: #16
ajmirsky pushed a commit to ajmirsky/ocpp that referenced this issue Nov 26, 2024
Fix type of call.StopTransactionPayload.id_tag and made call.StopTransactionPayload.reason optional.

Fixes: mobilityhouse#16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants