Last Updated on : 2023-06-20 14:54:05download
Get the learning codes that are saved by the specified remote control based on the remote control ID.
GET: /v2.0/infrareds/{infrared_id}/remotes/{remote_id}/learning-codes
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
infrared_id | String | uri | true | The device ID. |
remote_id | String | uri | true | The ID of the specified remote control. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
id | Long | The key ID. |
remote_id | String | The ID of the specified remote control. |
key | String | The key. |
key_name | String | The name of the specified key. |
code | String | The code of the specified key. |
learn_id | Long | The ID of the specified learning code. |
GET: /v2.0/infrareds/vdevo15345926009****/remotes/d5s65ca55/learning-codes
{
"result": [
{
"learn_id": "13****",
"code": "c42230112602f401260226022602260226022602260226022602260226027206260226022602720626027206260272062602720626027206260272065802f401260272062602260226027206260226022602260226024006260226022602260226022602260272062602260226027206260272062602260258024006260272062602720626024c9af6226608260220bf",
"remote_id": "6c62e73271bc728ec****",
"key_name": "test",
"id": "257****",
"key": "test"
}
],
"t": 1631094584640,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback