fix: add missing type definition file
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPVersion.ts
index 85c615528e786743d0d37bff31e7507b15df9237..a19fc28033e6afe9f9475cbd8d12334185ad3b04 100644 (file)
@@ -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',
 }