更新时间:2023-06-20 14:54:01下载pdf
本文介绍更新遥控器学习码的 API。
根据遥控器 ID 更新遥控器对应的按键红外码。
PUT: /v2.0/infrareds/{infrared_id}/remotes/{remote_id}/learning-codes
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
infrared_id | String | uri | true | 设备 ID |
remote_id | String | uri | true | 遥控器 ID |
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
category_id | Integer | false | 品类 ID | |
brand_id | Integer | false | 品牌 ID | |
brand_name | String | false | 品牌名称 | |
remote_name | String | false | 遥控器名称 | |
codes | List | false |
codes
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
category_id | Integer | false | 品类 ID | |
key_name | String | false | 按键名称 | |
key | String | true | 红外码的 key | |
code | String | true | 红外码 | |
id | Long | false | 按键 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | String | 操作结果 |
PUT: /v2.0/infrareds/vdevo15345926009****/remotes/d5s65ca55/learning-codes
{
"category_id": 1,
"remote_name": "test",
"codes": [
{
"code": "c42230112602f401260226022602260226022602260226022602260226027206260226022602720626027206260272062602720626027206260272065802f401260272062602260226027206260226022602260226024006260226022602260226022602260272062602260226027206260272062602260258024006260272062602720626024c9af62266082602****",
"name": "test"
}
]
}
{
"result": "d5s65ca55",
"t": 1631089922125,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈