X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPVersion.ts;h=37690b5ef70d561ea59e352bfdfb97ebb40e94e7;hb=d64ea57bcb4fd9151a43b16ff4d4b5ed059ad1d7;hp=85c615528e786743d0d37bff31e7507b15df9237;hpb=c0560973d259dbce64a24d10bab46246596fa1d5;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/OCPPVersion.ts b/src/types/ocpp/OCPPVersion.ts index 85c61552..37690b5e 100644 --- a/src/types/ocpp/OCPPVersion.ts +++ b/src/types/ocpp/OCPPVersion.ts @@ -1,6 +1,5 @@ export enum OCPPVersion { - VERSION_12 = '1.2', - VERSION_15 = '1.5', VERSION_16 = '1.6', VERSION_20 = '2.0', + VERSION_201 = '2.0.1' }