Type alias for OCPP stack response and error handling
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
index 79291e691754a94a40fbe28ea1515d16ae84420b..1df59397e5155035609cd64e76b913494f3e8085 100644 (file)
@@ -1,4 +1,3 @@
 export enum OCPPProtocol {
-  SOAP = 'soap',
   JSON = 'json',
 }