CurrentChargeProperty

data class CurrentChargeProperty(val currentCharge: Energy) : ElectricEngineProperty

Represents ChargeLevel.currentCharge property of the ElectricEngine model.

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

Parameters

currentCharge

Current electric energy supply, typically in kilowatt hours (kWh).

Constructors

Link copied to clipboard
constructor(currentCharge: Energy)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard