更新时间:2023-12-07 03:33:55
本文介绍修改自动化的 API。
用于修改自动化场景。
PUT: /v1.0/homes/{home_id}/automations/{automation_id}
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
home_id | String | uri | true | 家庭 ID |
automation_id | String | uri | true | 自动化 ID |
body | String | false | 请求消息体 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 执行结果:
|
PUT: /v1.0/homes/242****/automations/53IYSXI3gEn2****
{
"actions": [
{
"action_executor": "dpIssue",
"entity_id": "vdevo157259825422309",
"executor_property": {
"switch_1": true
}
}
],
"background": "https://images.tuyacn.com/smart/rule/cover/bedroom.png",
"conditions": [
{
"display": {
"code": "switch_1",
"operator": "==",
"value": true
},
"entity_id": "vdevo157259825422309",
"entity_type": 1,
"order_num": 1
}
],
"match_type": 1,
"name": "测试自动化"
}
true
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈