updateVehicleState

fun updateVehicleState(updatedProperties: List<VehicleProperty>)

Updates the vehicle state.

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

Parameters

updatedProperties

The vehicle properties 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.