2.55 configuration/video

GET

Get the video settings.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
autoDetect
booleanIndicates if the Base Unit should automatically detect display changes. If disabled, the Base Unit should be restarted when a display is plugged or unplugged.
cecConfigurable
boolean

Indicates whether the CEC option can be configured.

Since version: 2.19

read-only

cecEnabled
booleanIndicates if the Base Unit should react to CEC signals from connected devices.
mode
stringIf two screens are connected to the Base Unit, this parameter defines the composition of the shared sources.
supportedModes
array

Supported modes to use the displays.

Example: ['Extended', 'Clone']

read-only

PATCH

Change the video settings.

Request body (application/json): object
MemberTypeDescription
autoDetect
booleanIndicates if the Base Unit should automatically detect display changes. If disabled, the Base Unit should be restarted when a display is plugged or unplugged.
cecConfigurable
boolean

Indicates whether the CEC option can be configured.

Since version: 2.19

read-only

cecEnabled
booleanIndicates if the Base Unit should react to CEC signals from connected devices.
mode
stringIf two screens are connected to the Base Unit, this parameter defines the composition of the shared sources.
supportedModes
array

Supported modes to use the displays.

Example: ['Extended', 'Clone']

read-only

Responses
200PATCH successful.