{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumPower / unitDivider,
},
) / chargingStation.getNumberOfPhases(),
powerSampledValueTemplate.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumPowerPerPhase / unitDivider,
},
),
powerPerPhaseSampledValueTemplates.L1.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumPowerPerPhase / unitDivider,
},
),
powerPerPhaseSampledValueTemplates.L2.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumPowerPerPhase / unitDivider,
},
),
powerPerPhaseSampledValueTemplates.L3.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumPower / unitDivider,
},
),
powerSampledValueTemplate.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumPower / unitDivider,
},
),
powerSampledValueTemplate.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumAmperage,
},
),
currentSampledValueTemplate.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumAmperage,
},
),
currentPerPhaseSampledValueTemplates.L1.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumAmperage,
},
),
currentPerPhaseSampledValueTemplates.L2.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumAmperage,
},
),
currentPerPhaseSampledValueTemplates.L3.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumAmperage,
},
),
currentSampledValueTemplate.fluctuationPercent ??
{
limitationEnabled:
chargingStation.stationInfo?.customValueLimitationMeterValues,
+ defaultValue: connectorMinimumAmperage,
},
),
currentSampledValueTemplate.fluctuationPercent ??