Last Updated on : 2023-06-20 14:54:09
After a perimeter device sends an alarm, this API can be called to mute the host group. After receiving the command, the perimeter host device will perform a group muting operation in a sub-area and turn off the alarm sound.
POST: /v1.0/intrusion/{device_id}/actions/group-silence
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a Tuya device. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
area_id | Long | true | The ID of a specified area. |
Parameter name | Type | Description |
---|---|---|
result | CmdIssueResultResponse | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
sn | String | The command record ID. |
POST: /v1.0/intrusion/6ce****/actions/group-silence
{
"areaId": "573****"
}
{
"result": {
"sn": "133****"
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback