更新时间:2023-06-15 05:17:20
本文介绍空调遥控器单个指令下发(配对阶段)的 API。
在配对阶段,根据传入的单个指令,下发红外码来控制空调。
POST: /v2.0/infrareds/{infrared_id}/air-conditioners/testing/command
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
infrared_id | String | uri | true | 设备 ID |
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
remote_index | Integer | body | true | 遥控器索引 ID |
category_id | Integer | body | true | 品类 ID |
code | String | body | true | 指令 |
value | Object | body | true | 指令值 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 操作结果 |
POST: /v2.0/infrareds/vdevo15345926009****/air-conditioners/testing/command
{
"remote_index": 3327,
"category_id": 5,
"code": "temp",
"value": 26
}
{
"result": true,
"t": 1630933424188,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈