X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationInfo.ts;h=12327cd891b918cee810e3843f180503f0f41547;hb=c0bbb3eaf0c5dc704ea92820a2666a68ffdc27ff;hp=0f4fe97dd33eeb33c5b0034b1993b0e9b5ee07fd;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationInfo.ts b/src/types/ChargingStationInfo.ts index 0f4fe97d..12327cd8 100644 --- a/src/types/ChargingStationInfo.ts +++ b/src/types/ChargingStationInfo.ts @@ -3,10 +3,11 @@ import type { FirmwareStatus } from './ocpp/Requests.js' export type ChargingStationInfo = Omit< ChargingStationTemplate, -| 'AutomaticTransactionGenerator' -| 'Configuration' | 'Connectors' | 'Evses' +| 'Configuration' +| 'AutomaticTransactionGenerator' +| 'numberOfConnectors' | 'power' | 'powerUnit' | 'chargeBoxSerialNumberPrefix' @@ -14,7 +15,9 @@ ChargingStationTemplate, | 'meterSerialNumberPrefix' > & { hashId: string - /** @deprecated Use hashId instead */ + templateIndex: number + templateName: string + /** @deprecated Use `hashId` instead. */ infoHash?: string chargingStationId?: string chargeBoxSerialNumber?: string