From 68cb9d896664f807d4da910298683e6f85a176a8 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 17 Jan 2020 09:34:21 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 29 +++++++++++++++-------------- scripts/lib/mediarasp.php | 4 ++-- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cc0b40a..2f12939 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + @@ -1180,12 +1181,12 @@ - + - + @@ -1195,12 +1196,12 @@ - + - + diff --git a/scripts/lib/mediarasp.php b/scripts/lib/mediarasp.php index 8c3292d..5bcb376 100644 --- a/scripts/lib/mediarasp.php +++ b/scripts/lib/mediarasp.php @@ -313,9 +313,9 @@ function mediaRaspCommons($device) stopSqueezebox($squeezeboxPlayers['Bureau']); if (!isAlive('bureau')) { sleep(60); - irsend('bureau', 'Projector', 'PowerOn'); } -// sshRunCommand('/usr/local/bin/soundtohdmi', 'bureau'); + irsend('bureau', 'Projector', 'PowerOn'); + sshRunCommand('/usr/local/bin/soundtohdmi', 'bureau'); } else if ($device == 'sdb') { execScene('sdb/ampli/on'); } -- 2.39.5