X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPVersion.ts;h=a19fc28033e6afe9f9475cbd8d12334185ad3b04;hb=b8efd65b4afd9229385af677e3e2a829f3280712;hp=85c615528e786743d0d37bff31e7507b15df9237;hpb=1af50fac1ab71fed19f11864d1644261046698a3;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', }