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! 🙂
Hi,
the
eRoamingPullEvseStatus_V2.1has 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
eRoamingPullEvseStatusandeRoamingPullEVSEStatusByOperatorIDrequests.But for
eRoamingPullEVSEStatusByIDrequests, 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! 🙂