X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationInfo.ts;h=12327cd891b918cee810e3843f180503f0f41547;hb=16c46962f43a692c996b1c89a94dc572fea52d63;hp=f4447e527ff79de2a70d13ca2a4a2e536b5f08cb;hpb=e375708d902de515fb56e00c0fefd377cbd0469c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationInfo.ts b/src/types/ChargingStationInfo.ts index f4447e52..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' @@ -16,7 +17,7 @@ ChargingStationTemplate, hashId: string templateIndex: number templateName: string - /** @deprecated Use hashId instead */ + /** @deprecated Use `hashId` instead. */ infoHash?: string chargingStationId?: string chargeBoxSerialNumber?: string