]> _ Git - tortuga-home.git/commitdiff
.
authorvincent <vincent@enhydra.fr>
Mon, 27 Dec 2021 11:44:58 +0000 (12:44 +0100)
committervincent <vincent@enhydra.fr>
Mon, 27 Dec 2021 11:44:58 +0000 (12:44 +0100)
.idea/workspace.xml
scripts/lib/squeezebox.php

index 4f83735a3fa8fb6f5ac2e76021d5d55aa2201b11..318a3e1ceae3cd30f3dad222153bc1a9d4c0e6a6 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/mediarasp.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/mediarasp.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/squeezebox.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/squeezebox.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1640268756300" duration="4000" />
       <workItem from="1640268793915" duration="1273000" />
       <workItem from="1640350194276" duration="1281000" />
-      <workItem from="1640525538886" duration="361000" />
-    </task>
-    <task id="LOCAL-00448" summary=".">
-      <created>1612696367186</created>
-      <option name="number" value="00448" />
-      <option name="presentableId" value="LOCAL-00448" />
-      <option name="project" value="LOCAL" />
-      <updated>1612696367187</updated>
+      <workItem from="1640525538886" duration="429000" />
+      <workItem from="1640605282180" duration="113000" />
     </task>
     <task id="LOCAL-00449" summary=".">
       <created>1612793716184</created>
       <option name="project" value="LOCAL" />
       <updated>1640269478907</updated>
     </task>
-    <option name="localTasksCounter" value="497" />
+    <task id="LOCAL-00497" summary=".">
+      <created>1640525937679</created>
+      <option name="number" value="00497" />
+      <option name="presentableId" value="LOCAL-00497" />
+      <option name="project" value="LOCAL" />
+      <updated>1640525937690</updated>
+    </task>
+    <option name="localTasksCounter" value="498" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index b2a98a6348a5a4619fafe637c94b3849be9f9b10..5dec618c419837d2d0d935c159e83256961a0369 100644 (file)
@@ -148,13 +148,13 @@ function squeezePlayerOn($player)
     global $squeezeboxPlayers;
     $player = _player($player);
     if ($player == $squeezeboxPlayers['Salon']) {
-        $state=denonAVRGetPowerState();
-        denonAVROn('HEOS Music', false);
-        sleep(4);
-        if(!$state){
-            denonAVROff();
-            denonAVROn('HEOS Music', true);
-        }
+//        $state=denonAVRGetPowerState();
+//        denonAVROn('HEOS Music', false);
+//        sleep(4);
+//        if(!$state){
+//            denonAVROff();
+//            denonAVROn('HEOS Music', true);
+//        }
     } else if ($player == $squeezeboxPlayers['Salle de bains']) {
         execScene('sdb/ampli/on');
         if (getSqueezePlayerStatus($player) < 0) {