We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
the eRoamingPullEvseStatus_V2.1 has two different response types, which are currently not reflected in the documentation.
eRoamingPullEvseStatus_V2.1
Currently you only find the eRoamingEVSEStatus which is:
{ "EvseStatuses": { "OperatorEvseStatus": [...], }, "StatusCode": { ... }, }
This will be the response for eRoamingPullEvseStatus and eRoamingPullEVSEStatusByOperatorID requests.
eRoamingPullEvseStatus
eRoamingPullEVSEStatusByOperatorID
But for eRoamingPullEVSEStatusByID requests, the following response will be returned (currently missing in the documentationa):
eRoamingPullEVSEStatusByID
{ "EVSEStatusRecords": { "EvseStatusRecord": [ ... ], }, "StatusCode": { ... }, }
I have created #118 to fix the issue. Please let me know, if I can help you any further! 🙂
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
the
eRoamingPullEvseStatus_V2.1
has two different response types, which are currently not reflected in the documentation.Currently you only find the eRoamingEVSEStatus which is:
This will be the response for
eRoamingPullEvseStatus
andeRoamingPullEVSEStatusByOperatorID
requests.But for
eRoamingPullEVSEStatusByID
requests, the following response will be returned (currently missing in the documentationa):I have created #118 to fix the issue. Please let me know, if I can help you any further! 🙂
The text was updated successfully, but these errors were encountered: