Last Updated on : 2023-06-20 14:54:07download
Modify the name of a specified remote control based on the remote control ID.
PUT: /v2.0/infrareds/{infrared_id}/remotes/{remote_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
infrared_id | String | uri | true | The device ID. |
remote_id | String | uri | true | The ID of a specified remote control. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
remote_name | String | body | true | The name of a specified remote control. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
PUT: /v2.0/infrareds/vdevo15345926009****/remotes/d5s65ca55
{
"remote_name": "test"
}
{
"result": true,
"t": 1630911741747,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback