X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FConnectors.ts;h=d2c262409a3b9d4260daa209ad83084edd7c209f;hb=331e20bbca5a7f404551666c4a3609ae92fc5e86;hp=ad669c8715000d0d1253cad04111dd7ad236ca21;hpb=2d7040b2cd9d96dceb0160a5afe7dca5c727b890;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Connectors.ts b/src/types/Connectors.ts index ad669c87..d2c26240 100644 --- a/src/types/Connectors.ts +++ b/src/types/Connectors.ts @@ -8,7 +8,7 @@ export interface SampledValueTemplate extends SampledValue { fluctuationPercent?: number; } -export interface Connector { +export interface ConnectorStatus { availability: AvailabilityType; bootStatus?: ChargePointStatus; status?: ChargePointStatus; @@ -24,5 +24,3 @@ export interface Connector { transactionBeginMeterValue?: MeterValue; chargingProfiles?: ChargingProfile[]; } - -export type Connectors = Record;