Remove soap from the OCPP protocol enum
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 24 Nov 2022 21:29:10 +0000 (22:29 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 24 Nov 2022 21:29:10 +0000 (22:29 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/ocpp/OCPPProtocol.ts
ui/web/src/types/ChargingStationType.ts

index 79291e691754a94a40fbe28ea1515d16ae84420b..1df59397e5155035609cd64e76b913494f3e8085 100644 (file)
@@ -1,4 +1,3 @@
 export enum OCPPProtocol {
-  SOAP = 'soap',
   JSON = 'json',
 }
index 929f40e3c886881f1e51d2d7665d9799285daf50..ae049bd0b963c64f2159f9997ee819f343ca6e16 100644 (file)
@@ -148,7 +148,6 @@ export enum OCPPVersion {
 }
 
 export enum OCPPProtocol {
-  SOAP = 'soap',
   JSON = 'json',
 }