X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FConfiguration.ts;h=ac8a094508bfa15fe57eac1a2a1bdda844c1f145;hb=5a15db9001b93665ab7581d2974c5f01a9e0fbe3;hp=75062774d57b0871d7a2d595b4e5bdd5d1590a9f;hpb=a807045be19c1ed4996a44d8c2c8774e926dc6dc;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