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.updateVehicle

Important: This is a Public Preview API. It may be changed or removed at any time.

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