]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Tue, 18 Feb 2020 08:28:06 +0000 (09:28 +0100)
committerVincent <vincent@enhydra.fr>
Tue, 18 Feb 2020 08:28:06 +0000 (09:28 +0100)
.idea/workspace.xml
scripts/lib/scenes.php
servers/domoticz.php

index acd5c6e9d733bfb446daff1f515a9dc73dac8d2a..75748148a7dd3fe7193a4225340fe8780645dc27 100644 (file)
@@ -4,6 +4,7 @@
     <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$/servers/domoticz.php" beforeDir="false" afterPath="$PROJECT_DIR$/servers/domoticz.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1581869390232" duration="1823000" />
       <workItem from="1581934013298" duration="465000" />
       <workItem from="1581949971467" duration="946000" />
-      <workItem from="1582013653504" duration="492000" />
-    </task>
-    <task id="LOCAL-00252" summary=".">
-      <created>1576492913475</created>
-      <option name="number" value="00252" />
-      <option name="presentableId" value="LOCAL-00252" />
-      <option name="project" value="LOCAL" />
-      <updated>1576492913476</updated>
+      <workItem from="1582013653504" duration="738000" />
     </task>
     <task id="LOCAL-00253" summary=".">
       <created>1576494269432</created>
       <option name="project" value="LOCAL" />
       <updated>1581951532461</updated>
     </task>
-    <option name="localTasksCounter" value="301" />
+    <task id="LOCAL-00301" summary=".">
+      <created>1582014172949</created>
+      <option name="number" value="00301" />
+      <option name="presentableId" value="LOCAL-00301" />
+      <option name="project" value="LOCAL" />
+      <updated>1582014172949</updated>
+    </task>
+    <option name="localTasksCounter" value="302" />
     <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="1580459136096" />
-    <state x="701" y="127" key="CommitChangelistDialog2" timestamp="1581951527104">
-      <screen x="0" y="0" width="1920" height="1160" />
+    <state x="935" y="114" key="CommitChangelistDialog2" timestamp="1582014163967">
+      <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="1581951527104" />
-    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1581934408178" />
+    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1582014163967" />
     <state x="92" y="92" width="2376" height="856" key="DiffContextDialog" timestamp="1580377344165">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index 9eb2645b916621709541c7c669324b2f8e38db83..cb51b4b2485940e2637282d460e0642b6271dc2f 100644 (file)
@@ -260,7 +260,7 @@ $scenes = [
 //        ['type' => 'insteon', 'command' => '3?02622014690F1300=I=3'],
 //    ],
 //    'chambre/rideaux/east/close' => [
-//        ['type' => 'insteon', 'command' => '3?02622014690F11FF=I=3'],
+//        ['type' => 'insteon', 'command' =>  '3?02622014690F11FF=I=3'],
 //    ],
     'chambre/rideaux/open' => [
         ['type' => 'insteon', 'command' => '0?1126=I=0=0'],
index 335f173dc55975708c9daf0396493b86bf1c1926..0c635fa12358ddb7499f1a38c5b703de91089a0d 100644 (file)
@@ -34,6 +34,6 @@ function handleDomoticzQueue()
         $redis->igbset($q, $queue);
         echo 'Run command ' . json_encode($command) . "\n";
         runDomoticzCommand($command);
-        usleep(1000000 * 4);
+        usleep(1000000 * 0.5);
     }
 }
\ No newline at end of file