From 825910b8eb0e01bea4e8bbecb340796273fea67f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 24 Nov 2022 22:29:10 +0100 Subject: [PATCH] Remove soap from the OCPP protocol enum MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/types/ocpp/OCPPProtocol.ts | 1 - ui/web/src/types/ChargingStationType.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/types/ocpp/OCPPProtocol.ts b/src/types/ocpp/OCPPProtocol.ts index 79291e69..1df59397 100644 --- a/src/types/ocpp/OCPPProtocol.ts +++ b/src/types/ocpp/OCPPProtocol.ts @@ -1,4 +1,3 @@ export enum OCPPProtocol { - SOAP = 'soap', JSON = 'json', } diff --git a/ui/web/src/types/ChargingStationType.ts b/ui/web/src/types/ChargingStationType.ts index 929f40e3..ae049bd0 100644 --- a/ui/web/src/types/ChargingStationType.ts +++ b/ui/web/src/types/ChargingStationType.ts @@ -148,7 +148,6 @@ export enum OCPPVersion { } export enum OCPPProtocol { - SOAP = 'soap', JSON = 'json', } -- 2.34.1