Get DFU Status

Check the DFU status of the device

Notes:

This is currently only compatible on a macOS host

Syntax: see Call Structure

Type = 'GET'

\'https//localhost:43430/api/v1/devices/id/firmware/check' \

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

"message": "[DFU Check]:Not yet support firmware update from a Windows host:00008132-000259C43E99001C"

Example
curl -X 'GET' \
  'http://localhost:43430/api/v1/devices/20000020-000E8E91A22201E/firmware/check' \
  -H 'accept: application/json'
Returns
{
  "id": "00008120-000E28E91A22201E",
  "code": 0,
  "message": "Success"
}
Errors

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