/api/aes67/volume-tx
Use the interface to set volume of TX in the audio matrix.
Request Mode
POST /api/aes67/volume-tx
| Name | Description |
|---|---|
| volumes[i].tx-no | TX channel number. |
| volumes[i].tx-mute | True: TX muted; false: TX unmuted. |
| volumes[i].db | Volume within [-36, 36], unit: dB. |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |