X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPProtocol.ts;h=1df59397e5155035609cd64e76b913494f3e8085;hb=6aa3cf498d985013c4a592d5f3f8784727e09063;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..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', }