Skip to content
Discussion options

You must be logged in to vote

Hi there,

input selection and input source list configuration is not yet added to the CLI features. You can still of course use CLI to send raw DDC commands to the display.

So for example the following command (if HTTP is enabled) will set the input to DisplayPort (input source code 15) on a compatible displays (for typical codes for input sources, you can take look at the input source configuration page in the app - but these might vary for each display):

curl http://localhost:55777/set\?namelike=something\&feature=ddc\&vcp=inputSelect\&value=15

With the latest app version version you can use this simplified format:

curl http://localhost:55777/set\?namelike=something\&ddc=15\&vcp=inputSe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@waydabber
Comment options

Answer selected by waydabber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2569 on January 26, 2024 12:06.