Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 committed Apr 21, 2023
2 parents 37939ee + 4e37559 commit 89eff12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ HOT tip! Enable the built in logger and check the output, it can be very useful

The 'LGTV companion.exe" also accepts command line arguments for integration in scripts or similar.

*LGTV Companion.exe -[poweron|poweroff|screenon|screenoff|autoenable|autodisable|sethdmi1|sethdmi2|sethdmi3|sethdmi4|idle|unidle] [Device1|Name] [Device2|Name] ... [DeviceX|Name]*
*LGTV Companion.exe -[idle|-unidle][poweron|poweroff|screenon|screenoff|autoenable|autodisable|sethdmi1|sethdmi2|sethdmi3|sethdmi4|mute|unmute] [Device1|Name] [Device2|Name] ... [DeviceX|Name]*
- *-poweron* - power on a device.
- *-poweroff* - power off a device
- *-screenon* - power on and enable the emitters, i e disable internal power saving mode and do not blank screen.
Expand All @@ -100,6 +100,8 @@ The 'LGTV companion.exe" also accepts command line arguments for integration in
- *-sethdmi2* - set HDMI input 2
- *-sethdmi3* - set HDMI input 3
- *-sethdmi4* - set HDMI input 4
- *-mute* - mute the built-in-speakers of a device
- *-unmute* - unmute the built-in-speakers of a device
- *-autoenable* - temporarily enable the automatic management of a device, i.e. to respond to power events. This is effective until next restart of the service. (I personally use this for my home automation system).
- *-autodisable* - temporarily disable the automatic management of a device, i.e. to respond to power events. This is effective until next restart of the service.
- *-idle* - enable user idle mode. This is a global setting.
Expand Down

0 comments on commit 89eff12

Please sign in to comment.