更新时间:2023-06-15 05:16:03
本文介绍获取遥控器列表的 API。
根据设备 ID 获取该设备下的遥控器列表。
GET: /v2.0/infrareds/{infrared_id}/remotes
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
infrared_id | String | uri | true | 设备 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | List |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
category_id | Integer | 品类 ID |
brand_id | Integer | 品牌 ID |
brand_name | String | 品牌名称 |
remote_id | String | 遥控器 ID |
operator_id | Integer | 运营商 ID |
operator_name | String | 遥控器名称 |
area_id | Integer | 地区 ID |
area_name | String | 地区名称 |
remote_name | String | 遥控器名称 |
remote_index | Integer | 遥控器索引 ID |
GET: /v2.0/infrareds/vdevo15345926009****/remotes
{
"result": [
{
"area_name": "**省 **市 **区",
"remote_index": 111,
"operator_id": 1,
"remote_id": "6ce6b0392e09f778bf****",
"brand_name": "品牌名",
"area_id": 111,
"brand_id": 111,
"operator_name": "浙江华数",
"category_id": 1,
"remote_name": "机顶盒 26"
}
],
"t": 1630662091160,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈