]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Tue, 16 Mar 2021 08:05:19 +0000 (09:05 +0100)
committerVincent <vincent@enhydra.fr>
Tue, 16 Mar 2021 08:05:19 +0000 (09:05 +0100)
.idea/workspace.xml
scripts/lib/denon.php

index d3812fba1809360e435e9514ce40c862161f0274..363dd1827edbe0bd3933c0415f443c006e8596dc 100644 (file)
@@ -2,10 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
-      <change afterPath="$PROJECT_DIR$/scripts/lib/climacell.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" 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/denon.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/denon.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1613993901536" duration="34042000" />
       <workItem from="1615115966365" duration="657000" />
       <workItem from="1615272627869" duration="1428000" />
-      <workItem from="1615664533256" duration="33000" />
-    </task>
-    <task id="LOCAL-00407" summary=".">
-      <created>1605976064822</created>
-      <option name="number" value="00407" />
-      <option name="presentableId" value="LOCAL-00407" />
-      <option name="project" value="LOCAL" />
-      <updated>1605976064822</updated>
+      <workItem from="1615664533256" duration="84000" />
+      <workItem from="1615664973136" duration="697000" />
     </task>
     <task id="LOCAL-00408" summary=".">
       <created>1606049532127</created>
       <option name="project" value="LOCAL" />
       <updated>1614761270671</updated>
     </task>
-    <option name="localTasksCounter" value="456" />
+    <task id="LOCAL-00456" summary=".">
+      <created>1615664599666</created>
+      <option name="number" value="00456" />
+      <option name="presentableId" value="LOCAL-00456" />
+      <option name="project" value="LOCAL" />
+      <updated>1615664599667</updated>
+    </task>
+    <option name="localTasksCounter" value="457" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 0136cf6a3b90ce5c0cef6d6225dc1c4232ea6b3c..f1d86431c80a81ad1bff819edbf3babd1080bdd7 100644 (file)
@@ -56,11 +56,11 @@ function denonAVRInput($input)
         usleep(1000000 * 0.5);
     }
 
-    $volumes = ['Media Player' => 60, 'HEOS Music' => 50, 'CD' => 30, 'AUX' => 26];
-    if (isset($volumes[$input])) {
-        denonAVRVolume($volumes[$input], '');
-        usleep(1000000 * 0.5);
-    }
+//    $volumes = ['Media Player' => 60, 'HEOS Music' => 50, 'CD' => 30, 'AUX' => 26];
+//    if (isset($volumes[$input])) {
+//        denonAVRVolume($volumes[$input], '');
+//        usleep(1000000 * 0.5);
+//    }
 
     //denonAVRSetSpeakerPreset(1);
 }