fix: properly handle undefined connector id at remote start transaction
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
1 export enum OCPPProtocol {
2 JSON = 'json'
3 }