ChargingConnectorsProperty
data class ChargingConnectorsProperty(val chargingConnectors: List<ChargingConnector>) : ElectricEngineProperty
Represents ChargingParameters.chargingConnectors property of the ElectricEngine model.
Used for updating the list of all the charging connectors that can be used for charging via VehicleProvider.updateVehicle
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
chargingConnectors
List of all charging connectors supported by the active vehicle.