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

Fix incorrect IdTokenType #163

Merged

Conversation

lorenzodonini
Copy link
Owner

@lorenzodonini lorenzodonini commented Dec 24, 2022

Fixes incorrect type of IDToken fields in the following v2.0.1 requests:

  • reservation.ReserveNow
  • remotecontrol.RequestStartTransaction

The tpye was previously a string alias, now it is correctly a struct of type IDToken.

Closes #160

fixes occurrences in:
- reservation.ReserveNow
- remotecontrol.RequestStartTransaction

Signed-off-by: Lorenzo <lorenzo.donini90@gmail.com>
@lorenzodonini lorenzodonini merged commit b542323 into master Dec 24, 2022
@lorenzodonini lorenzodonini deleted the 160-error-defining-requeststarttransactionrequest branch December 24, 2022 14:25
lorenzodonini added a commit that referenced this pull request Dec 24, 2022
Signed-off-by: Lorenzo <lorenzo.donini90@gmail.com>
@lorenzodonini lorenzodonini mentioned this pull request Dec 24, 2022
lorenzodonini added a commit that referenced this pull request Dec 24, 2022
Signed-off-by: Lorenzo <lorenzo.donini90@gmail.com>
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.

Ocpp 2.0.1 - Error defining RequestStartTransactionRequest structure
1 participant