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. |
{
"reason": "",
"result": true
}
Cancels a software update, if one is scheduled and has not yet started.
{
"reason": "",
"result": true
}
Last modified 10mo ago