Contents

maximumPower(for:)

Gets the maximum power for a specific type of charging connector.

Declaration

func maximumPower(for chargingConnectorType: INCar.ChargingConnectorType) -> Measurement<UnitPower>?

Parameters

  • chargingConnectorType:

    The type of charging connector to query for its maximum power. See Chargingconnectortype for the types of charging connectors the system supports.

Return Value

The maximum power in watts for the charging connector, or nil if you haven’t set a value using setMaximumPower(_:for:).

See Also

Providing a Charging Connector’s Maximum Power