更新时间:2023-06-15 05:18:18
本文介绍根据 token 获取匹配结果的 API。
根据 token,获取该次智能匹配的匹配结果。
GET: /v2.0/infrareds/{infrared_id}/matching-remotes
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
infrared_id | String | uri | true | 设备 ID。 |
token | String | query | true | 学习匹配 token。 |
参数名 | 类型 | 说明 |
---|---|---|
result | MatchedRemotesResultVO | 返回结果。 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
has_next | Boolean | 是否需要继续轮询结果。 |
progress | String | 匹配进度。 |
remote_indexs | List | 匹配的遥控器索引列表。 |
GET: /v2.0/infrareds/vdevo15345926009****/matching-remotes?token=a5z5s6fg6e5d****
{ "result": { "remote_indexs": [ 119220006, 112100030, 439717174, 111045001 ], "progress": "100%", "has_next": false }, "t": 1631194197369, "success": true }
参考 错误码。
该内容对您有帮助吗?
是意见反馈