Untangle internal configuration key type from the OCPP one.
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Configuration.ts
1 export enum StandardParametersKey {
2 AllowOfflineTxForUnknownId = 'AllowOfflineTxForUnknownId',
3 AuthorizationCacheEnabled = 'AuthorizationCacheEnabled',
4 AuthorizeRemoteTxRequests = 'AuthorizeRemoteTxRequests',
5 BlinkRepeat = 'BlinkRepeat',
6 ClockAlignedDataInterval = 'ClockAlignedDataInterval',
7 ConnectionTimeOut = 'ConnectionTimeOut',
8 GetConfigurationMaxKeys = 'GetConfigurationMaxKeys',
9 HeartBeatInterval = 'HeartBeatInterval',
10 HeartbeatInterval = 'HeartbeatInterval',
11 LightIntensity = 'LightIntensity',
12 LocalAuthorizeOffline = 'LocalAuthorizeOffline',
13 LocalPreAuthorize = 'LocalPreAuthorize',
14 MaxEnergyOnInvalidId = 'MaxEnergyOnInvalidId',
15 MeterValuesAlignedData = 'MeterValuesAlignedData',
16 MeterValuesAlignedDataMaxLength = 'MeterValuesAlignedDataMaxLength',
17 MeterValuesSampledData = 'MeterValuesSampledData',
18 MeterValuesSampledDataMaxLength = 'MeterValuesSampledDataMaxLength',
19 MeterValueSampleInterval = 'MeterValueSampleInterval',
20 MinimumStatusDuration = 'MinimumStatusDuration',
21 NumberOfConnectors = 'NumberOfConnectors',
22 ResetRetries = 'ResetRetries',
23 ConnectorPhaseRotation = 'ConnectorPhaseRotation',
24 ConnectorPhaseRotationMaxLength = 'ConnectorPhaseRotationMaxLength',
25 StopTransactionOnEVSideDisconnect = 'StopTransactionOnEVSideDisconnect',
26 StopTransactionOnInvalidId = 'StopTransactionOnInvalidId',
27 StopTxnAlignedData = 'StopTxnAlignedData',
28 StopTxnAlignedDataMaxLength = 'StopTxnAlignedDataMaxLength',
29 StopTxnSampledData = 'StopTxnSampledData',
30 StopTxnSampledDataMaxLength = 'StopTxnSampledDataMaxLength',
31 SupportedFeatureProfiles = 'SupportedFeatureProfiles',
32 SupportedFeatureProfilesMaxLength = 'SupportedFeatureProfilesMaxLength',
33 TransactionMessageAttempts = 'TransactionMessageAttempts',
34 TransactionMessageRetryInterval = 'TransactionMessageRetryInterval',
35 UnlockConnectorOnEVSideDisconnect = 'UnlockConnectorOnEVSideDisconnect',
36 WebSocketPingInterval = 'WebSocketPingInterval',
37 LocalAuthListEnabled = 'LocalAuthListEnabled',
38 LocalAuthListMaxLength = 'LocalAuthListMaxLength',
39 SendLocalListMaxLength = 'SendLocalListMaxLength',
40 ReserveConnectorZeroSupported = 'ReserveConnectorZeroSupported',
41 ChargeProfileMaxStackLevel = 'ChargeProfileMaxStackLevel',
42 ChargingScheduleAllowedChargingRateUnit = 'ChargingScheduleAllowedChargingRateUnit',
43 ChargingScheduleMaxPeriods = 'ChargingScheduleMaxPeriods',
44 ConnectorSwitch3to1PhaseSupported = 'ConnectorSwitch3to1PhaseSupported',
45 MaxChargingProfilesInstalled = 'MaxChargingProfilesInstalled'
46 }