更新时间:2023-12-07 03:33:58下载pdf
本文介绍添加场景的 API。
给某个家庭下添加场景。
POST: /v1.0/homes/{home_id}/scenes
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
home_id | String | uri | true | 家庭 ID。 |
参数名 | 类型 | 说明 |
---|---|---|
result | String | 返回结果。 |
POST: /v1.0/homes/242****/scenes
{
"name": "添加场景测试",
"background": "https://images.tuyacn.com/smart/rule/cover/sp***.png",
"actions": [
{
"executor_property": {
"hours": "0",
"minutes": "0",
"seconds": "5"
},
"action_executor": "delay"
},
{
"executor_property": {
"work_mode": "scene_2"
},
"action_executor": "dpIssue",
"entity_id": "0120090568c63a89****"
},
{
"action_executor": "ruleDisable",
"entity_id": "AYJV2hh3eqm3****"
},
{
"action_executor": "ruleEnable",
"entity_id": "AYJV2hh3eqm3****"
}
]
}
{
"result": "53IYSXI3gEn2****",
"t": 1541072348540,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈