ChargingTimeOffsetProperty

data class ChargingTimeOffsetProperty(val chargingTimeOffset: Duration) : ElectricEngineProperty

Represents ChargingParameters.chargingTimeOffset property of the ElectricEngine model.

Used for updating the charging time offset, which is added to the raw charging time, via VehicleProvider.updateVehicleProperties

Parameters

chargingTimeOffset

Duration of charging time offset.

Constructors

Link copied to clipboard
constructor(chargingTimeOffset: Duration)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard