X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPProtocol.ts;h=3342d81d7f79419b79e3c46b0222a838412a82ed;hb=55ae7b758f478a2beb4557bbc96363fb913dcc73;hp=79291e691754a94a40fbe28ea1515d16ae84420b;hpb=1af50fac1ab71fed19f11864d1644261046698a3;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/OCPPProtocol.ts b/src/types/ocpp/OCPPProtocol.ts index 79291e69..3342d81d 100644 --- a/src/types/ocpp/OCPPProtocol.ts +++ b/src/types/ocpp/OCPPProtocol.ts @@ -1,4 +1,3 @@ export enum OCPPProtocol { - SOAP = 'soap', - JSON = 'json', + JSON = 'json' }