chore(ui): prepare for 0.2.0 release
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ChargingStationType.ts
index 882c37889a14fdd4d522cb3978062426876a8496..9baff1ae043b594cb028e2105246a7c08baef94c 100644 (file)
@@ -213,7 +213,8 @@ type CommandsSupport = {
 
 export enum OCPPVersion {
   VERSION_16 = '1.6',
-  VERSION_20 = '2.0'
+  VERSION_20 = '2.0',
+  VERSION_201 = '2.0.1'
 }
 
 export enum OCPPProtocol {