activeConnector
The type of connector that’s currently delivering charge to the electric vehicle’s battery.
Declaration
var activeConnector: INCar.ChargingConnectorType? { get set }Discussion
If charging is true, set this property to the connector type that’s currently delivering charge to the vehicle. The supportedChargingConnectors array of the corresponding INCar object must contain the value you use.