Last Updated on : 2023-06-20 14:54:09
Send a command of muting the alarm sound to a firefighting device. On receiving the command, the firefighting device will mute the alarm sound.
POST: /v1.0/fire-control/{device_id}/actions/silence-enable
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 |
---|---|---|---|---|
enable_silence | Boolean | false | Specifies whether the alarm sound of a firefighting device is muted. |
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/fire-control/6ce****/actions/silence-enable
{
"enableSilence": true
}
{
"result": {
"sn": "133****"
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback