更新时间:2024-01-11 05:57:11下载pdf
本文介绍查询家庭下的场景列表的 API。
根据家庭 ID,查询家庭下的场景列表。
GET: /v1.0/homes/{home_id}/scenes
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
home_id | String | uri | true | 家庭 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | List | 返回结果 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
scene_id | String | 场景 ID |
name | String | 场景名称 |
background | String | 背景图片 |
actions | List | 动作列表 |
enabled | Boolean | 是否启用指定的场景 |
actions
说明
参数名 | 类型 | 说明 |
---|---|---|
entity_id | String | 设备 ID |
executor_property | JSONObject | 执行动作参数 |
action_executor | String | 执⾏动作类别,当前仅支持 dpIssue |
GET: /v1.0/homes/5270711/scenes
{
"tid": "78d991fb7d3b11eeaf40161d72836dc2",
"result": [
{
"scene_id": "qY6dCk****I5Yzz",
"enabled": true,
"background": "",
"name": "快速打开开关",
"actions": [
{
"entity_id": "vdevo168****4179625",
"executor_property": {
"switch_1": true
},
"action_executor": "dpIssue"
}
]
}
],
"t": 1699340488009,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈