Software Updates
POST /api/1/vehicles/{id}/command/schedule_software_update
/api/1/vehicles/{id}/command/schedule_software_updateParameters
Parameter
Example
Description
Response
{
"expected_duration_sec": 3000,
"reason": "",
"result": true,
"scheduled_time_ms": 1685735308001,
"status": "scheduled",
"warning_time_remaining_ms": 120000
}POST /api/1/vehicles/{id}/command/cancel_software_update
/api/1/vehicles/{id}/command/cancel_software_updateResponse
Last updated