Last Updated on : 2023-06-21 07:13:04download
Apply an air quality management scene template. When the human presence sensor detects a person and the environmental monitor detects the air quality is lower than the threshold, the ventilation system and air purifier are automatically powered on.
POST: /v1.0/iot-03/scene-templates/40001/assets/{asset_id}/actions/apply
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
asset_id | String | uri | true | The ID of a specified asset. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
time_zone_id | String | true | The time zone. |
Parameter name | Type | Description |
---|---|---|
result | String | The ID of a specific linkage rule. |
POST: /v1.0/iot-03/scene-templates/40001/assets/137430645338433****/actions/apply
{
"time_zone_id": "Asia/Shanghai"
}
{
"result": "14****",
"t": 1624949595997,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback