updateVehicleState

fun updateVehicleState(updatedParameters: List<VehicleParameter>)

Updates the vehicle state.

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

Parameters

updatedParameters

The vehicle parameters update.

Throws

when trying to update vehicle parameter whose value was not previously set in setVehicle or if the vehicle would be in inconsistent state after the update.