X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FResponses.ts;h=f14ef426871c107b8533d8744fde282f6930a857;hb=6b635033ddf255392ded26fd03fe1f128b15ad69;hp=ae6ae45d67d6404b9ac9f6153d8af8550d438191;hpb=2896e06dc8d72adf7150b23c941079f622f6f37c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Responses.ts b/src/types/ocpp/Responses.ts index ae6ae45d..f14ef426 100644 --- a/src/types/ocpp/Responses.ts +++ b/src/types/ocpp/Responses.ts @@ -53,8 +53,8 @@ export type DiagnosticsStatusNotificationResponse = OCPP16DiagnosticsStatusNotif export type FirmwareStatusNotificationResponse = OCPP16FirmwareStatusNotificationResponse; export enum GenericStatus { - ACCEPTED = 'Accepted', - REJECTED = 'Rejected', + Accepted = 'Accepted', + Rejected = 'Rejected', } export type GenericResponse = {