X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FConfiguration.ts;h=a5888d93c200567cb6bd4d2cbcffda8d544bac1b;hb=fafff4ebf141074899e2a8590f5166542d626db5;hp=1bd923767be2d9121967a013af68ee560490e015;hpb=6dad8e21f4a8e66836009802c11194ddab1bb02c;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 1bd92376..a5888d93 100644 --- a/src/types/ocpp/1.6/Configuration.ts +++ b/src/types/ocpp/1.6/Configuration.ts @@ -4,7 +4,7 @@ export enum OCPP16SupportedFeatureProfiles { LocalAuthListManagement = 'LocalAuthListManagement', Reservation = 'Reservation', SmartCharging = 'SmartCharging', - RemoteTrigger = 'RemoteTrigger', + RemoteTrigger = 'RemoteTrigger' } export enum OCPP16StandardParametersKey { @@ -51,9 +51,9 @@ export enum OCPP16StandardParametersKey { ChargingScheduleAllowedChargingRateUnit = 'ChargingScheduleAllowedChargingRateUnit', ChargingScheduleMaxPeriods = 'ChargingScheduleMaxPeriods', ConnectorSwitch3to1PhaseSupported = 'ConnectorSwitch3to1PhaseSupported', - MaxChargingProfilesInstalled = 'MaxChargingProfilesInstalled', + MaxChargingProfilesInstalled = 'MaxChargingProfilesInstalled' } export enum OCPP16VendorParametersKey { - ConnectionUrl = 'ConnectionUrl', + ConnectionUrl = 'ConnectionUrl' }