From ab0f2cef4c749fcf176fd5f65a37aec883f6fca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Persson?= Date: Sun, 30 Jan 2022 16:55:57 +0100 Subject: [PATCH] continous integration action runs on:windows:202 --- .github/workflows/continuous-integration.yml | 2 +- LGTV Companion UI/LGTV Companion UI.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e0e13c1..3615dbd 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,7 +1,7 @@ on: [push, pull_request] jobs: build: - runs-on: windows-latest + runs-on: windows-2022 strategy: fail-fast: false matrix: diff --git a/LGTV Companion UI/LGTV Companion UI.cpp b/LGTV Companion UI/LGTV Companion UI.cpp index 8d8dac1..fb60abf 100644 --- a/LGTV Companion UI/LGTV Companion UI.cpp +++ b/LGTV Companion UI/LGTV Companion UI.cpp @@ -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