Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 committed May 17, 2024
2 parents 34769df + f0156be commit cf883d8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Docs/Commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,16 @@ All other commands following the -output command will obey the formatting. Pleas
```
"LGTV Companion.exe" -button INFO device1
```
*Display the service menu on device 1. Enter defautl code 0413 if you are certain you want to enter the srvice menu. Please use caution in the service menu!*
## Accessing the service menu (LGTV Companion and LGTVcli)
It is possible to display the Service Menu. Please use caution in the service menu!
#### Examples:
*Display the service menu on device 1. Enter default code 0413 when prompted.*
```
"LGTVcli.exe" -button IN_START device1
```
*Please note that WebOS 23 displays an updated service menu. To toggle the older version of the service menu please use the following command*
```
"LGTV Companion.exe" -button IN_START device1
"LGTVcli.exe" -settings_other "{"svcMenuFlag": false}" device1
```
## Retrieving system settings (LGTVcli only)
- *-get_system_settings [category] [Json-array of keys]* - get one or many system settings in a specified category. Supported values below:
Expand Down

0 comments on commit cf883d8

Please sign in to comment.