X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FUIProtocol.ts;h=8c9379b4570b6a5e6a7ddb643a51d5007e3a46b6;hb=9d1dc4b12e36ca8037e22b9690935861a2b0f5de;hp=6468290d59b8cd16c61f2ed990a6df44fee0832a;hpb=5e8e29f4f47246cdc49449aa6ca472c64393f7e8;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index 6468290d..8c9379b4 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -40,8 +40,11 @@ export enum ProcedureName { START_TRANSACTION = 'startTransaction', STOP_TRANSACTION = 'stopTransaction', AUTHORIZE = 'authorize', + BOOT_NOTIFICATION = 'bootNotification', STATUS_NOTIFICATION = 'statusNotification', HEARTBEAT = 'heartbeat', + METER_VALUES = 'meterValues', + DATA_TRANSFER = 'dataTransfer', } export interface RequestPayload extends JsonObject {