build(deps): bump vue from 3.4.36 to 3.4.37 in the regular group (#1132)
[e-mobility-charging-stations-simulator.git] / types / ocpp / OCPPVersion.ts
... / ...
CommitLineData
1export enum OCPPVersion {
2 VERSION_16 = '1.6',
3 VERSION_20 = '2.0',
4 VERSION_201 = '2.0.1',
5}