3.19 Get Local List Version
The GetLocalListVersion message in OCPP 1.6J is sent by the central system to request the version number of the charge point’s local authorization list. The charge point responds with the current version of the list, which helps the central system track changes and ensure the list is up-to-date.
|
API Syntax |
Description |
Input Params |
Return Value |
|---|---|---|---|
OCPPGetLocalListVersionResetGlobals | Function to reset global variables for Get Local List Version. | void | void |
Example:
void OCPPResetAllGlobals(void)
{
OCPPCancelReservationResetGlobals();
OCPPTriggerMessageResetGlobals();
OCPPSendLocalListResetGlobals();
OCPPGetLocalListVersionResetGlobals();
OCPPUpdateFirmwareResetGlobals();
OCPPGetDiagnosticsResetGlobals();
OCPPFirmwareStatusNotificationResetGlobals();
OCPPDiagnosticStatusNotificationResetGlobals();
OCPPUnlockConnectorResetGlobals();
OCPPStopTransactionResetGlobals();
OCPPStatusNotificationResetGlobals();
