UNPKG

@luisiseverywhere/ocpp-schema-types

Version:

A project which uses official ocpp schema data (provided by OCA) and generates the types for request and responses of each occp command

30 lines 1.14 kB
export enum OcppCommand { Authorize = 'Authorize', BootNotification = 'BootNotification', CancelReservation = 'CancelReservation', ChangeAvailability = 'ChangeAvailability', ChangeConfiguration = 'ChangeConfiguration', ClearCache = 'ClearCache', ClearChargingProfile = 'ClearChargingProfile', DataTransfer = 'DataTransfer', DiagnosticsStatusNotification = 'DiagnosticsStatusNotification', FirmwareStatusNotification = 'FirmwareStatusNotification', GetCompositeSchedule = 'GetCompositeSchedule', GetConfiguration = 'GetConfiguration', GetDiagnostics = 'GetDiagnostics', GetLocalListVersion = 'GetLocalListVersion', Heartbeat = 'Heartbeat', MeterValues = 'MeterValues', RemoteStartTransaction = 'RemoteStartTransaction', RemoteStopTransaction = 'RemoteStopTransaction', ReserveNow = 'ReserveNow', Reset = 'Reset', SendLocalList = 'SendLocalList', SetChargingProfile = 'SetChargingProfile', StartTransaction = 'StartTransaction', StatusNotification = 'StatusNotification', StopTransaction = 'StopTransaction', TriggerMessage = 'TriggerMessage', UnlockConnector = 'UnlockConnector', UpdateFirmware = 'UpdateFirmware' }