Fix request and response handling in all registration state
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
1 export enum OCPPProtocol {
2 SOAP = 'soap',
3 JSON = 'json',
4 }