2.1 configuration/audio

GET

Get the audio settings.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
enabled
booleanIndicates if the audio is enabled. After this setting is changed, the buttons must be re-paired before the setting becomes active.
output
stringThe output to be used to play audio. Check supportedOutputs to see which outputs are actually available on the Base Unit.
supportedOutputs
array

Example: ['DisplayPort', 'Jack', 'HDMI', 'SPDIF']

read-only

PATCH

Change the audio settings.

Request body (application/json): object
MemberTypeDescription
enabled
booleanIndicates if the audio is enabled. After this setting is changed, the buttons must be re-paired before the setting becomes active.
output
stringThe output to be used to play audio. Check supportedOutputs to see which outputs are actually available on the Base Unit.
supportedOutputs
array

Example: ['DisplayPort', 'Jack', 'HDMI', 'SPDIF']

read-only

Responses
200PATCH successful.