Skip to content

Commit

Permalink
continous integration action runs on:windows:202
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 committed Jan 30, 2022
1 parent 2a403a1 commit ab0f2ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand Down
8 changes: 4 additions & 4 deletions LGTV Companion UI/LGTV Companion UI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ SYSTEM REQUIREMENTS
COMMAND LINE ARGUMENTS
LGTV Companion.exe -[poweron|poweroff|screenon|screenoff|autoenable|autodisable] [Device1|Name] [Device2|Name] ... [DeviceX|Name]
LGTV Companion.exe -[poweron|poweroff|screenon|screenoff|autoenable|autodisable|sethdmi1|sethdmi2|sethdmi3|sethdmi4] [Device1|Name] [Device2|Name] ... [DeviceX|Name]
-poweron - power on a device.
-screenon - power on a device
-poweroff - power off a device.
-screenoff - disable emitters, i.e. enter power saving mode where screen is blanked.
-sethdmi1 - set HDMI input 1
-sethdmi1 - set HDMI input 2
-sethdmi1 - set HDMI input 3
-sethdmi1 - set HDMI input 4
-sethdmi2 - set HDMI input 2
-sethdmi3 - set HDMI input 3
-sethdmi4 - set HDMI input 4
-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
Expand Down

0 comments on commit ab0f2ce

Please sign in to comment.