更新时间:2023-12-07 03:33:53下载pdf
本文介绍获取家庭支持的联动群组动作的 API。
获取家庭支持的联动群组动作
GET: /v1.0/homes/{home_id}/linkage/device-group/functions
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
home_id | String | uri | true | 家庭 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | List |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
device_id | String | 设备 ID |
entity_id | String | 实体 ID |
functions | List | 执行的操作 |
status | List | 操作触发的条件 |
functions
说明
参数名 | 类型 | 说明 |
---|---|---|
code | String | 标准下发指令 Code |
name | String | Code 名称 |
type | String | 下发数据类型 |
values | Map | Code 对应的取值范围 |
status
说明
参数名 | 类型 | 说明 |
---|---|---|
code | String | 标准下发指令 Code |
name | String | Code 名称 |
type | String | 下发数据类型 |
values | Map | Code 对应的取值范围 |
values
说明
参数名 | 类型 | 说明 |
---|---|---|
values | String |
GET: /v1.0/homes/52323xx/linkage/device-group/functions
[
{
"device_id": "0120090568c63a89xxxx",
"functions": [
{
"code": "bright_value",
"values": {
"max": 255,
"scale": 0,
"type": "value",
"unit": "",
"min": 25,
"step": 1
},
"type": "Integer",
"name": "亮度"
}
],
"status": [
{
"code": "work_mode",
"values": {
"range": [
"white",
"colour",
"scene",
"scene_1",
"scene_2",
"scene_3",
"scene_4"
],
"type": "Enum"
},
"type": "Enum",
"name": "模式"
}
]
}
]
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈