MaxChargeProperty

data class MaxChargeProperty(val maxCharge: Energy) : ElectricEngineProperty

Represents ChargeLevel.maxCharge property of the ElectricEngine model.

Used for updating the charge capacity of the vehicle's electric engine via VehicleProvider.updateVehicleProperties

Parameters

maxCharge

Capacity of the vehicle's battery, typically in kilowatt hours (kWh).

Constructors

Link copied to clipboard
constructor(maxCharge: Energy)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard