Software Updates
Schedules a software update to be installed, if one is available.
Parameter | Example | Description |
---|---|---|
offset_sec | 7200 | How many seconds in the future to schedule the update. Set to 0 for immediate install. |
{
"expected_duration_sec": 3000,
"reason": "",
"result": true,
"scheduled_time_ms": 1685735308001,
"status": "scheduled",
"warning_time_remaining_ms": 120000
}
Cancels a software update, if one is scheduled and has not yet started.
{
"reason": "",
"result": true
}
Last modified 3mo ago