@@ -89,7 +89,7 @@ extern const Component SmartChargingCtrlr;
8989extern const Component TariffCostCtrlr;
9090extern const Component TxCtrlr;
9191extern const Component
92- OCPP16MavericksCtrlr ; // This controller contains OCPP1.6 configuration keys without a clear mapping to OCPP2.x.
92+ OCPP16LegacyCtrlr ; // This controller contains OCPP1.6 configuration keys without a clear mapping to OCPP2.x.
9393} // namespace ControllerComponents
9494
9595namespace StandardizedVariables {
@@ -317,6 +317,7 @@ extern const ComponentVariable ISO15118CtrlrAvailable;
317317// do not map to any existing component variable combination in OCPP2.x. The following definitions only control the
318318// OCPP1.6 implementation
319319extern const ComponentVariable BlinkRepeat;
320+ extern const ComponentVariable ConnectorPhaseRotation;
320321extern const ComponentVariable ConnectorPhaseRotationMaxLength;
321322extern const RequiredComponentVariable GetConfigurationMaxKeys;
322323extern const ComponentVariable LightIntensity;
@@ -342,43 +343,6 @@ extern const ComponentVariable SupportedLanguages;
342343extern const ComponentVariable CustomMultiLanguageMessages;
343344extern const ComponentVariable Language;
344345extern const ComponentVariable WaitForSetUserPriceTimeout;
345-
346- // Additional OCPP1.6 Mavericks - Configuration keys without direct OCPP 2.x equivalents
347- // TODO(james-ctc): double check there is no V2 mapping
348-
349- extern const ComponentVariable AuthorizeRemoteTxRequests;
350- extern const ComponentVariable CentralSystemURI;
351- extern const ComponentVariable CertificateStoreMaxLength;
352- extern const ComponentVariable ChargeProfileMaxStackLevel;
353- extern const ComponentVariable ChargingScheduleAllowedChargingRateUnit;
354- extern const ComponentVariable ChargingScheduleMaxPeriods;
355- extern const ComponentVariable ClockAlignedDataInterval;
356- extern const ComponentVariable ConnectionTimeOut;
357- extern const ComponentVariable ConnectorEvseIds;
358- extern const ComponentVariable ConnectorPhaseRotation;
359- extern const ComponentVariable ISO15118PnCEnabled;
360- extern const ComponentVariable LocalAuthListEnabled;
361- extern const ComponentVariable LocalAuthListMaxLength;
362- extern const ComponentVariable MaxChargingProfilesInstalled;
363- extern const ComponentVariable MeterValueSampleInterval;
364- extern const ComponentVariable MeterValuesAlignedData;
365- extern const ComponentVariable MeterValuesAlignedDataMaxLength;
366- extern const ComponentVariable MeterValuesSampledData;
367- extern const ComponentVariable MeterValuesSampledDataMaxLength;
368- extern const ComponentVariable RetryBackoffRandomRange;
369- extern const ComponentVariable RetryBackoffRepeatTimes;
370- extern const ComponentVariable RetryBackoffWaitMinimum;
371- extern const ComponentVariable SendLocalListMaxLength;
372- extern const ComponentVariable StopTransactionOnInvalidId;
373- extern const ComponentVariable StopTxnAlignedData;
374- extern const ComponentVariable StopTxnAlignedDataMaxLength;
375- extern const ComponentVariable StopTxnSampledData;
376- extern const ComponentVariable StopTxnSampledDataMaxLength;
377- extern const ComponentVariable SupportedFileTransferProtocols;
378- extern const ComponentVariable SupportedMeasurands;
379- extern const ComponentVariable TransactionMessageAttempts;
380- extern const ComponentVariable TransactionMessageRetryInterval;
381-
382346} // namespace ControllerComponentVariables
383347
384348namespace EvseComponentVariables {
0 commit comments