set-mic-gain
Use the interface to enable or disable Mic gain.
Request Mode
POST http://ip/mwapi/set-mic-gain
{
"gain": 0,
}
Parameter | Description |
---|---|
gain | 0: not enabled 1: enabled |
Response Body
{
"status": 0,
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |