Code cleanups
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 1.6 / OCPP16ServiceUtils.ts
index 659fc85a1063175d29aafa738268b96da69baeba..1fb8e750530d248aaa71b95317c047f52531f4dc 100644 (file)
@@ -272,7 +272,7 @@ export class OCPP16ServiceUtils {
         powerSampledValueTemplate.measurand ??
         OCPP16MeterValueMeasurand.ENERGY_ACTIVE_IMPORT_REGISTER
       }: Unknown ${chargingStation.getCurrentOutType()} currentOutType in template file ${
-        chargingStation.stationTemplateFile
+        chargingStation.templateFile
       }, cannot calculate ${
         powerSampledValueTemplate.measurand ??
         OCPP16MeterValueMeasurand.ENERGY_ACTIVE_IMPORT_REGISTER
@@ -449,7 +449,7 @@ export class OCPP16ServiceUtils {
         currentSampledValueTemplate.measurand ??
         OCPP16MeterValueMeasurand.ENERGY_ACTIVE_IMPORT_REGISTER
       }: Unknown ${chargingStation.getCurrentOutType()} currentOutType in template file ${
-        chargingStation.stationTemplateFile
+        chargingStation.templateFile
       }, cannot calculate ${
         currentSampledValueTemplate.measurand ??
         OCPP16MeterValueMeasurand.ENERGY_ACTIVE_IMPORT_REGISTER