Skip to content

Commit

Permalink
Updated server actions with missing OCPI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Apr 3, 2021
1 parent 18b16a5 commit 50d830a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/types/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,13 @@ export enum ServerAction {
OCPI_ENDPOINT = 'OcpiEndpoint',
OCPI_REGISTER = 'OcpiRegister',
OCPI_AUTHORIZE_TOKEN = 'OcpiAuthorizeToken',
OCPI_PUT_TOKEN = 'OcpiPutToken',
OCPI_PATCH_TOKEN = 'OcpiPatchToken',
OCPI_PATCH_LOCATIONS = 'OcpiPatchLocations',
OCPI_PATCH_LOCATION = 'OcpiPatchLocation',
OCPI_PATCH_STATUS = 'OcpiPatchStatus',
OCPI_PATCH_SESSION = 'OcpiPatchSession',
OCPI_PUT_LOCATION = 'OcpiPutLocation',
OCPI_PUT_SESSION = 'OcpiPutSession',
OCPI_CHECK_CDRS = 'OcpiCheckCdrs',
OCPI_CHECK_SESSIONS = 'OcpiCheckSessions',
OCPI_CHECK_LOCATIONS = 'OcpiCheckLocations',
Expand All @@ -145,6 +149,7 @@ export enum ServerAction {
OCPI_UNLOCK_CONNECTOR = 'OcpiUnlockConnector',
OCPI_GET_VERSIONS = 'OcpiGetVersions',
OCPI_GET_LOCATIONS = 'OcpiGetLocations',
OCPI_GET_TOKEN = 'OcpiGetToken',
OCPI_GET_TARIFF = 'OcpiGetTariff',
OCPI_GET_TARIFFS = 'OcpiGetTariffs',
OCPI_POST_CREDENTIALS = 'OcpiPostCredentials',
Expand Down

0 comments on commit 50d830a

Please sign in to comment.