Update Device Firmware
PUT {{baseUrl}}/v1/device/:deviceUid/firmware
Request change device firmware version by deviceUid
.
Set/upgrade Firmware version of a device.
- Available firmware versions are listed in Supported devices section. This feature is dangerous. You must be sure that a device will be kept on during upgrading. Otherwise, it can be irrecoverably broken and needs to be repaired by a vendor.
- Downgrading is available only for devices by some vendors - LG webOS, BrightSign
- Read more about Firmwares, upgrade options and other important items
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | Device uid |
Body
content-type: application/json
or application/x-www-form-urlencoded
Field | Type | Description |
---|---|---|
version | string ex.: T-HKMLAKUC-2020.5 | Version of FW you want to upgrade to. Versions layout differs vendor to vendor. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}