]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Fri, 17 Jan 2020 08:34:21 +0000 (09:34 +0100)
committerVincent <vincent@enhydra.fr>
Fri, 17 Jan 2020 08:34:21 +0000 (09:34 +0100)
.idea/workspace.xml
scripts/lib/mediarasp.php

index cc0b40a1f95f755498b6748d316ce323ca2b23b5..2f129391c7b33aea76a27aecea27bbd457534b97 100644 (file)
@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/mediarasp.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/mediarasp.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1578473134474" duration="933000" />
       <workItem from="1578556363591" duration="2961000" />
       <workItem from="1578759225069" duration="373000" />
-      <workItem from="1578771487829" duration="3824000" />
-    </task>
-    <task id="LOCAL-00228" summary=".">
-      <created>1567958159737</created>
-      <option name="number" value="00228" />
-      <option name="presentableId" value="LOCAL-00228" />
-      <option name="project" value="LOCAL" />
-      <updated>1567958159737</updated>
+      <workItem from="1578771487829" duration="5723000" />
+      <workItem from="1579161178878" duration="2992000" />
     </task>
     <task id="LOCAL-00229" summary=".">
       <created>1568480708820</created>
       <option name="project" value="LOCAL" />
       <updated>1578855521161</updated>
     </task>
-    <option name="localTasksCounter" value="277" />
+    <task id="LOCAL-00277" summary=".">
+      <created>1578900097020</created>
+      <option name="number" value="00277" />
+      <option name="presentableId" value="LOCAL-00277" />
+      <option name="project" value="LOCAL" />
+      <updated>1578900097020</updated>
+    </task>
+    <option name="localTasksCounter" value="278" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
     </state>
     <state x="720" y="247" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1577298128269" />
     <state x="960" y="247" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1576479992407" />
-    <state x="935" y="114" key="CommitChangelistDialog2" timestamp="1578855499055">
+    <state x="935" y="114" key="CommitChangelistDialog2" timestamp="1579250031798">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="701" y="114" key="CommitChangelistDialog2/0.0.1920.1040@0.0.1920.1040" timestamp="1577381105204" />
     <state x="701" y="127" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1575647157027" />
-    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1578855499055" />
+    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1579250031798" />
     <state x="1114" y="443" key="NewPhpFileDialog" timestamp="1578038647334">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="872" y="242" key="Vcs.Push.Dialog.v2/0.0.2560.1040@0.0.2560.1040" timestamp="1578558711439" />
-    <state x="976" y="343" key="com.intellij.ide.util.TipDialog" timestamp="1578771487764">
+    <state x="976" y="343" key="com.intellij.ide.util.TipDialog" timestamp="1579161185918">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="732" y="343" key="com.intellij.ide.util.TipDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1577380394903" />
     <state x="732" y="383" key="com.intellij.ide.util.TipDialog/0.0.1920.1160@0.0.1920.1160" timestamp="1575647093028" />
-    <state x="976" y="343" key="com.intellij.ide.util.TipDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1578771487764" />
+    <state x="976" y="343" key="com.intellij.ide.util.TipDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1579161185918" />
     <state x="976" y="257" width="607" height="536" key="find.popup" timestamp="1578556582887">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index 8c3292dc0d7eafd3bb96d5bb9bac36fa9a66449f..5bcb3761d230281b9fce1e89466204159970bcb3 100644 (file)
@@ -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');
     }