fix(ui): refresh add charging stations button on UI server switch
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
index 79291e691754a94a40fbe28ea1515d16ae84420b..3342d81d7f79419b79e3c46b0222a838412a82ed 100644 (file)
@@ -1,4 +1,3 @@
 export enum OCPPProtocol {
-  SOAP = 'soap',
-  JSON = 'json',
+  JSON = 'json'
 }