Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 committed Jun 18, 2023
2 parents 46df50b + 22f7fe2 commit f51597f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Docs/Commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Please note that LGTV Companion also supports bidirectional communication and su
>[label]: "HDMI 1", "HDMI 2", "HDMI 3", "HDMI 4", Satellite, "Set-Top Box", "DVD Player", "Blu-ray Player", "Home Theatre", "Game Console", "Streaming Box", "Generic Camera", "Mobile Device", PC
- *-gamemode_hdmiX [off | on]* - set Game Optimizer for HDMI-input X (X = 1, 2, 3 or 4)
- *-uhddeepcolor_hdmiX [off | on]* - set UHD Deep Color for HDMI-input X (X = 1, 2, 3 or 4)
- *-gameoptimization_hdmiX [off | on]* - set game optimization for HDMI-input X (X = 1, 2, 3 or 4)
- *-gameoptimization_hdmiX [off | on]* - set game optimization (Instant game response) for HDMI-input X (X = 1, 2, 3 or 4)
- *-freesyncoled_hdmiX [off | on]* - set OLED freesync for HDMI-input X (X = 1, 2, 3 or 4)
- *-hdmipcmode_hdmiX [off | on]* - set PC-mode for HDMI-input X (X = 1, 2, 3 or 4)
#### Examples:
Expand Down Expand Up @@ -153,13 +153,19 @@ Please note that LGTV Companion also supports bidirectional communication and su
```
"LGTV Companion.exe" -contrast 80 device1
```
## Network settings
## Network and misc other settings
- *-wol* [true|false] - enable or disable the Wake-On-Lan setting, a k a "On with Mobile" or "Turn on via Wi-Fi"
- *-freesyncinfo* - show the freesync information panel (the 7 x tap on green button), i e current FPS in freesync/gsync mode
#### Examples:
*Set the wake-on-lan setting to ON for all devices*
```
"LGTV Companion.exe" -wol true
```
*Show the freesync info on device1*
```
"LGTV Companion.exe" -freesyncinfo device1
```

# Commands for sending generic requests to the device (for advanced users only)
In addition to the above commands it is also possible to send various arbitrary requests to WebOS devices.
- *-request [endpoint]* - Send a json request to an endpoint (with no params)
Expand Down

0 comments on commit f51597f

Please sign in to comment.