Get Local List Version
Source: OCPP 2.0.1 Part 2 — Specification (Edition 2, 2022-12-15) — Section 1.23 (Messages); Use Case D02 — Get Local List Version (Functional Block D. LocalAuthorizationList Management)
Overview
The CSMS sends GetLocalListVersionRequest to retrieve the current version number of the Charging Station's Local Authorization List.
versionNumber = 0— list is empty.versionNumber = -1— Charging Station does not support Local Authorization Lists.
Sequence Diagram
CSMS ──── GetLocalListVersionRequest ────▶ Charging Station
CSMS ◀─── GetLocalListVersionResponse ──── Charging Station
(versionNumber)
Initiator
CSMS → Charging Station
Fields
No fields are defined.
| Field Name | Field Type | Card. | Description |
|---|---|---|---|
| versionNumber | integer | 1..1 | Required. Current version number of the local authorization list. |
Examples
{}{
"versionNumber": 17
}Schema
Source:
schemas/GetLocalListVersionRequest.json,schemas/GetLocalListVersionResponse.json(OCPP 2.0.1 FINAL)