Skip to content
Documentation Menu

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.

Examples

{}

Schema

Source: schemas/GetLocalListVersionRequest.json, schemas/GetLocalListVersionResponse.json (OCPP 2.0.1 FINAL)

Request schema (JSON Schema)
Response schema (JSON Schema)