perf: reduce OCPPUtils memory usage
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 7807837573fac8aed4fcbef66dcd73a9023cb180..5fd77851b9493b0cdbd5e28066e4b8b0f15b5493 100644 (file)
@@ -108,6 +108,8 @@ export interface ChargingStationTemplate {
   reconnectExponentialDelay?: boolean;
   registrationMaxRetries?: number;
   enableStatistics?: boolean;
+  remoteAuthorization?: boolean;
+  /** @deprecated Replaced by remoteAuthorization */
   mustAuthorizeAtRemoteStart?: boolean;
   /** @deprecated Replaced by ocppStrictCompliance */
   payloadSchemaValidation?: boolean;
@@ -117,6 +119,7 @@ export interface ChargingStationTemplate {
   outOfOrderEndMeterValues?: boolean;
   meteringPerTransaction?: boolean;
   transactionDataMeterValues?: boolean;
+  stopTransactionsOnStopped?: boolean;
   mainVoltageMeterValues?: boolean;
   phaseLineToLineVoltageMeterValues?: boolean;
   customValueLimitationMeterValues?: boolean;