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