X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FOCPPVersion.ts;h=a19fc28033e6afe9f9475cbd8d12334185ad3b04;hb=1185579a331f3484e8ed7882203d2e58466635dd;hp=328ba2b4b6928b467240e2bd563f8bab035c79dc;hpb=ce80d4a9a721222d254cd912f92ce45cff8d8022;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/OCPPVersion.ts b/src/types/ocpp/OCPPVersion.ts index 328ba2b4..a19fc280 100644 --- a/src/types/ocpp/OCPPVersion.ts +++ b/src/types/ocpp/OCPPVersion.ts @@ -1,4 +1,5 @@ export enum OCPPVersion { VERSION_16 = '1.6', VERSION_20 = '2.0', + VERSION_201 = '2.0.1', }