X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FConfiguration.ts;h=1bd923767be2d9121967a013af68ee560490e015;hb=f5a1ff8ce8f87a149791c2c98fe7c5e8a20b5392;hp=8888dd45ddf28fd9d2ac64f4dc048ada9b808ac8;hpb=b22787b4c007f73464575409dea8d6a19810c723;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 8888dd45..1bd92376 100644 --- a/src/types/ocpp/1.6/Configuration.ts +++ b/src/types/ocpp/1.6/Configuration.ts @@ -15,8 +15,8 @@ export enum OCPP16StandardParametersKey { ClockAlignedDataInterval = 'ClockAlignedDataInterval', ConnectionTimeOut = 'ConnectionTimeOut', GetConfigurationMaxKeys = 'GetConfigurationMaxKeys', - HeartBeatInterval = 'HeartBeatInterval', HeartbeatInterval = 'HeartbeatInterval', + HeartBeatInterval = 'HeartBeatInterval', LightIntensity = 'LightIntensity', LocalAuthorizeOffline = 'LocalAuthorizeOffline', LocalPreAuthorize = 'LocalPreAuthorize', @@ -54,6 +54,6 @@ export enum OCPP16StandardParametersKey { MaxChargingProfilesInstalled = 'MaxChargingProfilesInstalled', } -export enum OCPP16VendorDefaultParametersKey { +export enum OCPP16VendorParametersKey { ConnectionUrl = 'ConnectionUrl', }