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