X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FConfiguration.ts;h=ac8a094508bfa15fe57eac1a2a1bdda844c1f145;hb=55ae7b758f478a2beb4557bbc96363fb913dcc73;hp=75062774d57b0871d7a2d595b4e5bdd5d1590a9f;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Configuration.ts b/src/types/ocpp/Configuration.ts index 75062774..ac8a0945 100644 --- a/src/types/ocpp/Configuration.ts +++ b/src/types/ocpp/Configuration.ts @@ -39,7 +39,7 @@ export enum ConnectorPhaseRotation { SRT = 'SRT', STR = 'STR', TRS = 'TRS', - TSR = 'TSR', + TSR = 'TSR' } export type ConfigurationKeyType = string | StandardParametersKey | VendorParametersKey