Add types to OCPP configuration key handling code
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPVersion.ts
index 85c615528e786743d0d37bff31e7507b15df9237..328ba2b4b6928b467240e2bd563f8bab035c79dc 100644 (file)
@@ -1,6 +1,4 @@
 export enum OCPPVersion {
-  VERSION_12 = '1.2',
-  VERSION_15 = '1.5',
   VERSION_16 = '1.6',
   VERSION_20 = '2.0',
 }