Set Device Debug
PUT/v1/device/:deviceUid/debug
Request begin device debug mode by deviceUid. Set debug flag for device to enable remote debugging.
- Read more about Native Debug specific details in our Knowledge base.
- Read more about Applet/Weinre Debug specific details in our Knowledge base.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
deviceUid | string | required | Device application id |
Body
content-type: application/json or application/x-www-form-urlencoded
| Field | Type | Description |
|---|---|---|
appletEnabled | boolean | Enable weinre for device inside Applet |
nativeEnabled | boolean | Enable native debug |
Note 1
Applet debug settings is only on-demand. So when you set it, the inspection tool is started. Once you do the REBOOT, RESTART, RELOAD or REFRESH power action, the tool is stopped & you must set debug again (turn it off then on again in BOX).
Note 2
Native debug settings behavior differs in every device OS brand (SSSP, Tizen, WebOS1,2+, Android etc.). Here are mentioned a little differences however for more info you can look at official documentation of display manufacturer.
Request
Responses
- 200
- 404
OK
Response Headers
Contains URL pointing to the result of this action. Keep making requests to this URL, until the response indicates, that the action was processed. For more information, refer to endpoint Get Device History.
Not Found