Skip to content

Commit

Permalink
Add "adjust_to_caps" query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Nagorny committed Jun 30, 2023
1 parent bf30f5c commit 6751521
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions APIs/StreamCompatibilityManagementAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,13 @@ mediaType: application/json
type: !include schemas/error.json
put:
description: Set Base EDID
queryParameters:
adjust_to_caps:
description: >
If true, the Input is allowed to adjust Base EDID to its capabilities (e.g. to remove unsupported video modes).
type: boolean
required: false
example: adjust_to_caps=true
body:
application/octet-stream:
type: file
Expand Down
2 changes: 2 additions & 0 deletions docs/Behaviour - Server Side.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ The `/properties` endpoint shows properties of the Input. In particular, it MAY

### Base EDID

An Input MAY support adjusting Base EDID to its internal capabilities via `adjust_to_caps` query parameter of a `PUT /edid/base` request.

There is no Base EDID at the initial state. If the Base EDID for an Input changes, then all Senders associated with this Input MUST update their versions (in registered mode this MUST update the registered resources).

### Effective EDID
Expand Down

0 comments on commit 6751521

Please sign in to comment.