Last Updated on : 2024-06-29 01:33:06download
Based on the device ID, confirm to start the update of the specified device.
POST: /v2.0/cloud/thing/{device_id}/firmware/{channel}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
channel | Integer | uri | true | The firmware update channel. |
Parameter name | Type | Description |
---|---|---|
result | FusionResult | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
success | Boolean | Indicates whether the operation is successful. Valid values:
|
error_code | String | The error code. |
error_msg | String | The error message. |
result | Object | The returned result. |
POST: /v2.0/cloud/thing/vdev1243432***/firmware/0
{
"result": true,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback