Properly default also the performance storage enablement
[e-mobility-charging-stations-simulator.git] / src / types / Connectors.ts
index d2c262409a3b9d4260daa209ad83084edd7c209f..027ac645d7f22336e399b79d0793f7ef85b51ac4 100644 (file)
@@ -14,7 +14,10 @@ export interface ConnectorStatus {
   status?: ChargePointStatus;
   MeterValues: SampledValueTemplate[];
   authorizeIdTag?: string;
-  authorized?: boolean;
+  idTagAuthorized?: boolean;
+  localAuthorizeIdTag?: string;
+  idTagLocalAuthorized?: boolean;
+  transactionRemoteStarted?: boolean;
   transactionStarted?: boolean;
   transactionId?: number;
   transactionSetInterval?: NodeJS.Timeout;