UI Services: add status notification command
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 0e4fb77a2c9658a904c357b7cf65cb65fa3e724e..d995e096676fd7d40a3944defb8cab8d9f91fb2d 100644 (file)
@@ -38,6 +38,7 @@ export enum ProcedureName {
   STOP_TRANSACTION = 'stopTransaction',
   START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator',
   STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator',
+  STATUS_NOTIFICATION = 'statusNotification',
 }
 
 export interface RequestPayload extends JsonObject {