Last Updated on : 2023-06-20 14:54:03download
Get the smart matching results based on the token.
GET: /v2.0/infrareds/{infrared_id}/matching-remotes
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
infrared_id | String | uri | true | The device ID. |
token | String | query | true | The token of learning the matching. |
Parameter name | Type | Description |
---|---|---|
result | MatchedRemotesResultVO | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
has_next | Boolean | Specifies whether to continue polling for results. |
progress | String | The matching progress. |
remote_indexs | List | The list of matched remote control indexes. |
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
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback