Apply Scheduled Power-off Template

Last Updated on : 2023-06-21 07:13:01download

Apply a scheduled power-off scene template to a specified asset (device). The device will be automatically powered off at the scheduled time.

API address

POST: /v1.0/iot-03/scene-templates/30000/assets/{asset_id}/actions/apply

Request parameter

Parameter name Type IN Required Description
asset_id String uri true The asset ID.

Description of body

Parameter name Type IN Required Description
time_zone_id String true The time zone.

Return parameter

Parameter name Type Description
result String The ID of a specific linkage rule.

Request example

POST: /v1.0/iot-03/scene-templates/30000/assets/137430645338433****/actions/apply
{ "asset_id": "123123123", "time_zone_id": "Asia/Shanghai" }

Return example

{ "result": "qweqweqw", "t": 1623813304866, "success": true }

Error code

For more information, see error code.