X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPVersion.ts;h=a19fc28033e6afe9f9475cbd8d12334185ad3b04;hb=dd5a1d6c3187b2de4430bf8ce46046e75347858c;hp=85c615528e786743d0d37bff31e7507b15df9237;hpb=c0560973d259dbce64a24d10bab46246596fa1d5;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/OCPPVersion.ts b/src/types/ocpp/OCPPVersion.ts index 85c61552..a19fc280 100644 --- a/src/types/ocpp/OCPPVersion.ts +++ b/src/types/ocpp/OCPPVersion.ts @@ -1,6 +1,5 @@ export enum OCPPVersion { - VERSION_12 = '1.2', - VERSION_15 = '1.5', VERSION_16 = '1.6', VERSION_20 = '2.0', + VERSION_201 = '2.0.1', }