E_OCPP1_UpdateStatus

TYPE E_OCPP1_UpdateStatus :
(
    None := 0,      // Any status not covered by this implementation
    Accepted,       // Local Authorization List successfully updated.
    Failed,         // Failed to update the Local Authorization List.
    NotSupported,   // Update of Local Authorization List is not supported by Charge Point.
    VersionMismatch // Version number in the request for a differential update is less or equal then version number of current list.
) UDINT;
END_TYPE