Skip to main content

Get firmware update progress

Returns the current firmware update progress. The progress field is in the range [0–100], where 0 means not started and 100 means complete.

Responses

OK


Schema
  • is_updating boolean

    Describes if updating process is running

  • progress integer

    Possible values: <= 100

    Describes updating progress

Loading...