Set Device Debug
PUT {{baseUrl}}/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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}