Skip to main content

Get status of updating progress

Returns updating progress information

  • If updating hasn't been started progress=0
  • When updating finished progress=100
  • Device will reboot automatically to finish update
Responses

OK


Schema
  • is_updating boolean

    Is updating process in progress

  • progress integer

    Possible values: <= 100

    Updating progress status. 0 - updating doesn't starting, 100 - updating finished

Loading...