]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Wed, 13 Nov 2019 07:36:03 +0000 (08:36 +0100)
committerVincent <vincent@enhydra.fr>
Wed, 13 Nov 2019 07:36:03 +0000 (08:36 +0100)
.idea/workspace.xml
scripts/lib/harmony.php

index 6a526511a0e7739f35ff487b4c115a42647ef7ae..4502c7f2ebdb2271774c736ec6f625a5e41a2176 100644 (file)
@@ -3,8 +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$/config/cuisine.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/cuisine.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/harmony.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/harmony.php" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
       <workItem from="1571594532253" duration="4956000" />
       <workItem from="1571857456434" duration="773000" />
       <workItem from="1571906412574" duration="1490000" />
-      <workItem from="1572939277711" duration="44000" />
-    </task>
-    <task id="LOCAL-00192" summary=".">
-      <created>1562618964460</created>
-      <option name="number" value="00192" />
-      <option name="presentableId" value="LOCAL-00192" />
-      <option name="project" value="LOCAL" />
-      <updated>1562618964460</updated>
+      <workItem from="1572939277711" duration="2473000" />
+      <workItem from="1573628826107" duration="201000" />
+      <workItem from="1573629043706" duration="29000" />
+      <workItem from="1573629088225" duration="609000" />
     </task>
     <task id="LOCAL-00193" summary=".">
       <created>1562657440892</created>
       <option name="project" value="LOCAL" />
       <updated>1571906440281</updated>
     </task>
-    <option name="localTasksCounter" value="241" />
+    <task id="LOCAL-00241" summary=".">
+      <created>1572939348455</created>
+      <option name="number" value="00241" />
+      <option name="presentableId" value="LOCAL-00241" />
+      <option name="project" value="LOCAL" />
+      <updated>1572939348456</updated>
+    </task>
+    <option name="localTasksCounter" value="242" />
     <servers />
   </component>
   <component name="TodoView">
index e43ddbd6a2d0ec3879c0f2a54ab4043493f52f69..def3f3b460664d96828877403588b895c8ca6004 100644 (file)
@@ -5,7 +5,7 @@ function harmonyRequest($uri, $method = 'GET', $hub = 'salon')
 {
     global $harmonyClient;
 
-    $ip = '192.168.13.66';
+    $ip = '192.168.13.60';
 
     $uri = 'http://' . $ip . ':8282/hubs/' . $hub . '/' . ltrim($uri, '/');