set-audio-card-mixer
Use the interface to set the attribute of the audio card.
Request Mode
POST http://ip/mwapi/set-audio-card-mixer
Parameter | Description |
---|---|
card | The ID of the audio card |
id | The ID of the audio card attribute |
vol | The value of the attribute (0 - 100) |
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. |