From: Vincent Date: Sat, 30 Jan 2021 16:49:12 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7b6758c313bcc08986ac6194018d82e62f62c947;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5bf28db..4a19862 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,11 +3,7 @@ - - - - diff --git a/scripts/lib/mediarasp.php b/scripts/lib/mediarasp.php index db2860f..62c62b9 100644 --- a/scripts/lib/mediarasp.php +++ b/scripts/lib/mediarasp.php @@ -42,7 +42,7 @@ function remoteCmd($cmd, $device) if ($device == 'salon') { execScene('salon/cinema'); } else if ($device == 'bureau') { - execScene('bureau/off'); + execScene('bureau/cinema'); } return; }