X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationInfo.ts;h=12327cd891b918cee810e3843f180503f0f41547;hb=01b82de5b532cd149eccab7b82fe86a741289581;hp=d4e4f8db675c606a613b0488d2b5dede109ae8ce;hpb=1fdb60b661afed4d26796cb0a2ed15e78f3b40a7;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationInfo.ts b/src/types/ChargingStationInfo.ts index d4e4f8db..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,8 +15,9 @@ ChargingStationTemplate, | 'meterSerialNumberPrefix' > & { hashId: string + templateIndex: number templateName: string - /** @deprecated Use hashId instead */ + /** @deprecated Use `hashId` instead. */ infoHash?: string chargingStationId?: string chargeBoxSerialNumber?: string