Skip to content

firmware_module_activate_reconnect

Tech

Checks the status of pending extension module firmware installation initiated by the firmware_module_activate_init call.

A successful call indicates successful firmware installation and no further calls should be made.

If this method returns an error other than rpc_async_action_in_progress, the client should not retry later.

If this method returns rpc_async_action_in_progress error or it ends with no valid response the client should retry.

Params

attribute description
session_id*
string
The ID of the session to reconnect to

Example

{
  "session_id": "GSHGPX"
}

Return

N/A