Exit DFU

Exit DFU mode.

Syntax: see Call Structure

Type = 'POST'

\'http://localhost:43430/api/v1/devices/id/firmware/exit-from-dfu' \

Parameter Description
id This is a unique identifier returned from Get Devices
Returns:

{

"result": {

"id": "id",

"code": 0,

"message": "Success"

}

}

Parameter Description
id This is a unique identifier returned from Get Devices
Example
curl -X 'POST' \
  'http://localhost:43430/api/v1/devices/000E28E91A22201E/exit-from-dfu' \
  -H 'accept: application/json' \
  -d ''
Returns
{
  "id": "00008120-000E28E91A22201E",
  "code": 0,
  "message": "Success"
}
Errors

If there is an error in the API method then a will be returned