Skip to content

Commit ab0f2ce

Browse files
committed
continous integration action runs on:windows:202
1 parent 2a403a1 commit ab0f2ce

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on: [push, pull_request]
22
jobs:
33
build:
4-
runs-on: windows-latest
4+
runs-on: windows-2022
55
strategy:
66
fail-fast: false
77
matrix:

LGTV Companion UI/LGTV Companion UI.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ SYSTEM REQUIREMENTS
7575
7676
COMMAND LINE ARGUMENTS
7777
78-
LGTV Companion.exe -[poweron|poweroff|screenon|screenoff|autoenable|autodisable] [Device1|Name] [Device2|Name] ... [DeviceX|Name]
78+
LGTV Companion.exe -[poweron|poweroff|screenon|screenoff|autoenable|autodisable|sethdmi1|sethdmi2|sethdmi3|sethdmi4] [Device1|Name] [Device2|Name] ... [DeviceX|Name]
7979
8080
-poweron - power on a device.
8181
-screenon - power on a device
8282
-poweroff - power off a device.
8383
-screenoff - disable emitters, i.e. enter power saving mode where screen is blanked.
8484
-sethdmi1 - set HDMI input 1
85-
-sethdmi1 - set HDMI input 2
86-
-sethdmi1 - set HDMI input 3
87-
-sethdmi1 - set HDMI input 4
85+
-sethdmi2 - set HDMI input 2
86+
-sethdmi3 - set HDMI input 3
87+
-sethdmi4 - set HDMI input 4
8888
-autoenable - temporarily enable the automatic management of a device, i.e. to respond to power events. This
8989
is effective until next restart of the service. (I personally use this for my home automation system).
9090
-autodisable - temporarily disable the automatic management of a device, i.e. to respond to power events. This

0 commit comments

Comments
 (0)