GET /audio/channel/{channelIndex}/level
Get the audio input level for the selected channel
Parameters
Name Type Description
{channelIndex} (required) integer
The index of the channel that its input is being controlled.
(Channels index from 0)
Response
200 - Currently set level for the selected channel
The response is a JSON object.
Name Type Description
gain number
normalised number
404 - Channel does not exist
PUT /audio/channel/{channelIndex}/level
Set the audio input level for the selected channel
Parameters
Name Type Description
{channelIndex} (required) integer
The index of the channel that its input is being controlled.
(Channels index from 0)
Name Type Description
gain number
normalised number
Response
204 - No Content
400 - Invalid input
404 - Channel does not exist
246Developer Information