From: Vincent Date: Fri, 17 Jan 2020 08:34:21 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=68cb9d896664f807d4da910298683e6f85a176a8;p=tortuga-home.git . --- 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'); }