Last Updated on : 2023-06-20 14:54:11download
Modify a list of data points supported by a specified device based on the device ID.
PUT: /v1.0/expand/devices/{device_id}/functions
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a Tuya device. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
function_code_list | List |
true | A list of data points. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
PUT: /v1.0/expand/devices/6ce****/functions
{
"function_code_list": [
"tyabiy****",
"tyabin****"
]
}
{
"result": true,
"t": 1551851043862,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback