X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPVersion.ts;h=37690b5ef70d561ea59e352bfdfb97ebb40e94e7;hb=55ae7b758f478a2beb4557bbc96363fb913dcc73;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..37690b5e 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' }