E_OCPP1_Action

TYPE E_OCPP1_Action :
(
    None                             := 0,
    // Core
    BootNotification                 := 10001,
    Heartbeat                        := 10002,
    MeterValues                      := 10003,
    StatusNotification               := 10004,
    Authorize                        := 10005,
    StartTransaction                 := 10006,
    StopTransaction                  := 10007,
    RemoteStartTransaction           := 10011,
    RemoteStopTransaction            := 10012,
    ChangeAvailability               := 10013,
    ChangeConfiguration              := 10014,
    GetConfiguration                 := 10015,
    UnlockConnector                  := 10016,
    ClearCache                       := 10017,
    Reset                            := 10018,
    // Remote Trigger
    TriggerMessage                   := 10021,
    // Reservation
    ReserveNow                       := 10031,
    CancelReservation                := 10032,
    // Smart Charging
    SetChargingProfile               := 10041,
    GetCompositeSchedule             := 10042,
    ClearChargingProfile             := 10043,
    // Authentication
    GetLocalListVersion              := 10051,
    SendLocalList                    := 10052,
    // Firmware
    DiagnosticsStatusNotification    := 10061,
    FirmwareStatusNotification       := 10062,
    GetDiagnostics                   := 10063,
    UpdateFirmware                   := 10064,
    // Vendor
    DataTransfer                     := 10091,
    // Security
    SecurityEventNotification        := 11001,
    ExtendedTriggerMessage           := 11002,
    LogStatusNotification            := 11003,
    GetLog                           := 11004,
    GetInstalledCertificateIds       := 11005,
    CertificateSigned                := 11006,
    SignCertificate                  := 11007,
    InstallCertificate               := 11008,
    DeleteCertificate                := 11009,
    SignedFirmwareStatusNotification := 11010,
    SignedUpdateFirmware             := 11011
) UDINT;
END_TYPE