Skip to content

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

Description

@JulianKahnert

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! 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions