添加场景

更新时间:2023-12-07 03:33:58下载pdf

本文介绍添加场景的 API。

接口描述

给某个家庭下添加场景。

接口地址

POST: /v1.0/homes/{home_id}/scenes

请求参数

参数名类型参数位置是否必填说明
home_idStringuritrue家庭 ID。

返回参数

参数名类型说明
resultString返回结果。

请求示例

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
}

错误码

参考 错误码