Skip to content

firmware_activate_init

Tech

Initializes activation of the uploaded firmware, the result can be obtained by the firmware_activate_reconnect call.

It will overwrite the standby firmware.

Note

This method is not supported when using Remote Access.

Params

N/A

Return

attribute description
delay*
unsigned int
Indicates in how many seconds the client should attempt to reestablish the connection. The value must be lower than timeout.
interval*
unsigned int
The interval in seconds between attempts to reconnect after the initial delay
interval_increase*
unsigned int
By how many seconds should increase the interval between attempts
timeout*
unsigned int
Indicates after how many seconds should attempts to reestablish connection be given up. It is measured from the moment the response to this call was received by the client. Its value must be greater than delay.
session_id*
string
The session ID to be used when reconnecting

Example

{
    "delay": 18,
    "interval": 2,
    "interval_increase": 3,
    "timeout": 60,
    "session_id": "GSHGPX"
}