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