ChargingTimeOffsetProperty

data class ChargingTimeOffsetProperty(val chargingTimeOffset: Duration) : ElectricEngineProperty

Represents ChargingParameters.chargingTimeOffset property of the ElectricEngine.

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

Constructors

Link copied to clipboard
constructor(chargingTimeOffset: Duration)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Duration of charging time offset.