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

Wrong response types in eRoamingPullEvseStatus_V2.1 (EMP) #117

Open
JulianKahnert opened this issue May 17, 2023 · 0 comments · May be fixed by #118
Open

Wrong response types in eRoamingPullEvseStatus_V2.1 (EMP) #117

JulianKahnert opened this issue May 17, 2023 · 0 comments · May be fixed by #118

Comments

@JulianKahnert
Copy link

JulianKahnert commented May 17, 2023

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:

{
    "EvseStatuses": {
        "OperatorEvseStatus": [...],
    },
    "StatusCode": { ... },
}

This will be the response for eRoamingPullEvseStatus and eRoamingPullEVSEStatusByOperatorID requests.

But for eRoamingPullEVSEStatusByID requests, the following response will be returned (currently missing in the documentationa):

{
    "EVSEStatusRecords": {
        "EvseStatusRecord": [ ... ],
    },
    "StatusCode": { ... },
}

I have created #118 to fix the issue. Please let me know, if I can help you any further! 🙂

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 a pull request may close this issue.

1 participant