2.20 configuration/features/wired-roomdock

GET

Since version 2.10

Get the current state for Wired RoomDock.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
connected
boolean

Displays the current Wired RoomDock status.

Since version: 2.10

read-only

enabled
boolean

Indicates if Wired RoomDock is enabled or not.

Since version: 2.10

supported
boolean

Shows whether or not Wired RoomDock is supported for this device.

Since version: 2.10

read-only

PATCH

Since version 2.10

Enable or disable Wired RoomDock.

Request body (application/json): object
MemberTypeDescription
connected
boolean

Displays the current Wired RoomDock status.

Since version: 2.10

read-only

enabled
boolean

Indicates if Wired RoomDock is enabled or not.

Since version: 2.10

supported
boolean

Shows whether or not Wired RoomDock is supported for this device.

Since version: 2.10

read-only

Responses
200PATCH successful.