Volvo Kotlin API
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Volvo Kotlin API
volvo-api-core
/
com.github.ayastrebov.volvo.api.model.connectedvehicle
/
EngineStartRequest
Engine
Start
Request
@
Serializable
data
class
EngineStartRequest
(
val
runtimeMinutes
:
Int
)
(
source
)
Request body for engine start command.
Members
Constructors
Engine
Start
Request
Link copied to clipboard
constructor
(
runtimeMinutes
:
Int
)
Properties
runtime
Minutes
Link copied to clipboard
@
SerialName
(
value
=
"runtimeMinutes"
)
val
runtimeMinutes
:
Int
The duration for which the engine should run (0-15 minutes).