X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FConfiguration.ts;h=1bd923767be2d9121967a013af68ee560490e015;hb=6dad8e21f4a8e66836009802c11194ddab1bb02c;hp=55528099e6496b424f56d1ab6eb097d16321455e;hpb=dd5a1d6c3187b2de4430bf8ce46046e75347858c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Configuration.ts b/src/types/ocpp/1.6/Configuration.ts index 55528099..1bd92376 100644 --- a/src/types/ocpp/1.6/Configuration.ts +++ b/src/types/ocpp/1.6/Configuration.ts @@ -54,6 +54,6 @@ export enum OCPP16StandardParametersKey { MaxChargingProfilesInstalled = 'MaxChargingProfilesInstalled', } -export enum OCPP16VendorDefaultParametersKey { +export enum OCPP16VendorParametersKey { ConnectionUrl = 'ConnectionUrl', }