X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2FUIProtocol.ts;h=174ae7dd0cbccf00cab4f49c7fdced2098f9ab5b;hb=c72f6634184bc83a6476152446ac9f0d7d02acf5;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..174ae7dd 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -40,8 +40,10 @@ export enum ProcedureName { START_TRANSACTION = 'startTransaction', STOP_TRANSACTION = 'stopTransaction', AUTHORIZE = 'authorize', + BOOT_NOTIFICATION = 'bootNotification', STATUS_NOTIFICATION = 'statusNotification', HEARTBEAT = 'heartbeat', + METER_VALUES = 'meterValues', } export interface RequestPayload extends JsonObject {