X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPVersion.ts;h=328ba2b4b6928b467240e2bd563f8bab035c79dc;hb=c56450e3b2ecbe265caadd9f87a9ef0bf231a70f;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..328ba2b4 100644 --- a/src/types/ocpp/OCPPVersion.ts +++ b/src/types/ocpp/OCPPVersion.ts @@ -1,6 +1,4 @@ export enum OCPPVersion { - VERSION_12 = '1.2', - VERSION_15 = '1.5', VERSION_16 = '1.6', VERSION_20 = '2.0', }