X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FConfiguration.ts;h=1bd923767be2d9121967a013af68ee560490e015;hb=4ecff7ce6e87af51f1ff04e95641aee2270fbdb0;hp=55528099e6496b424f56d1ab6eb097d16321455e;hpb=f0f65a6223ab14e6b7071ba6ec68c87c38de4c8c;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', }