X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FUIProtocol.ts;h=4b96262bc3126afaf3d6ad8693758b9f09f23dfa;hb=9d73266c8bb85d7e2bc1fab9954a76910fd689eb;hp=0e4fb77a2c9658a904c357b7cf65cb65fa3e724e;hpb=f53c88d034b52b702f258174713e2952fa6df397;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index 0e4fb77a..4b96262b 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -38,6 +38,8 @@ export enum ProcedureName { STOP_TRANSACTION = 'stopTransaction', START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator', STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator', + STATUS_NOTIFICATION = 'statusNotification', + HEARTBEAT = 'heartbeat', } export interface RequestPayload extends JsonObject {