Add initial support for OCPP 1.6 firmware update simulation
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 8c9379b4570b6a5e6a7ddb643a51d5007e3a46b6..3b6592a5765a480965c62e645e210ca870703176 100644 (file)
@@ -45,6 +45,8 @@ export enum ProcedureName {
   HEARTBEAT = 'heartbeat',
   METER_VALUES = 'meterValues',
   DATA_TRANSFER = 'dataTransfer',
+  DIAGNOSTICS_STATUS_NOTIFICATION = 'diagnosticsStatusNotification',
+  FIRMWARE_STATUS_NOTIFICATION = 'firmwareStatusNotification',
 }
 
 export interface RequestPayload extends JsonObject {