X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FRequests.ts;h=e7e662233aecb7ff6d4176111fd213aeaad30d37;hb=f29f53d00da5e3fb216e7b98b891bb2fc678d450;hp=1b3e25695f3285da980a57bb24abf5311eb64422;hpb=4dff73b02dfe0893fdcc84d209c6d7e59ecf6752;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Requests.ts b/src/types/ocpp/1.6/Requests.ts index 1b3e2569..e7e66223 100644 --- a/src/types/ocpp/1.6/Requests.ts +++ b/src/types/ocpp/1.6/Requests.ts @@ -8,6 +8,7 @@ export enum RequestCommand { HEARTBEAT = 'Heartbeat', STATUS_NOTIFICATION = 'StatusNotification', CHANGE_CONFIGURATION = 'ChangeConfiguration', + AUTHORIZE = 'Authorize', START_TRANSACTION = 'StartTransaction', STOP_TRANSACTION = 'StopTransaction', METERVALUES = 'MeterValues'