refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPVersion.ts
1 export enum OCPPVersion {
2 VERSION_16 = '1.6',
3 VERSION_20 = '2.0',
4 VERSION_201 = '2.0.1',
5 }