From 3e1ff87498468d01f56c2cd6b2c581981e8c2161 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 5 Nov 2020 10:35:23 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 26 ++++++++++++-------------- scripts/lib/harmony.php | 1 + 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0837234..939a646 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,9 +3,7 @@ - - - + @@ -1298,12 +1296,12 @@ - + - + diff --git a/scripts/lib/harmony.php b/scripts/lib/harmony.php index bea7561..83df419 100644 --- a/scripts/lib/harmony.php +++ b/scripts/lib/harmony.php @@ -51,6 +51,7 @@ function harmonyActivity($activity) sleep($wait); } if ($activity == 'tv') { + execScene('salon/cinema'); runAtEnd('sleep(5);harmonyDeviceCommand(\'videoprojecteur-epson\', \'power-on\');'); } return $res; -- 2.39.5