X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPProtocol.ts;h=3342d81d7f79419b79e3c46b0222a838412a82ed;hb=d64ea57bcb4fd9151a43b16ff4d4b5ed059ad1d7;hp=79291e691754a94a40fbe28ea1515d16ae84420b;hpb=c0560973d259dbce64a24d10bab46246596fa1d5;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' }