ChargingMode

public struct ChargingMode : Codable, Equatable

Contains chargingConnections and a chargingCurve that describes the charging behavior of the vehicle using the specified charging connections.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Declaration

    Swift

    public static func == (lhs: `Self`, rhs: `Self`) -> Bool