Last Updated on : 2023-12-07 03:33:48download
You can modify the function point name through this API.
PUT: /v1.0/devices/{device_id}/functions/{function_code}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | Device ID |
function_code | String | uri | true | Function point code |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
name | String | true | Modified function point name |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Whether the modification was successful |
PUT: /v1.0/devices/vdevo15608303530****/functions/switch_1
{
"name": "Master Switch"
}
true
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback