]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Thu, 9 Jan 2020 07:59:37 +0000 (08:59 +0100)
committerVincent <vincent@enhydra.fr>
Thu, 9 Jan 2020 07:59:37 +0000 (08:59 +0100)
.idea/workspace.xml
scripts/lib/insteon.php

index e47e6d85dbaa950511b46627ba53071ca2721803..55f595d2b24af989c7f5f6cafc0862a70387e1c4 100644 (file)
@@ -3,9 +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/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/ecomode.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/ecomode.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/ecomode.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/ecomode.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/insteon.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/insteon.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1578343490755" duration="8304000" />
       <workItem from="1578429518225" duration="1270000" />
       <workItem from="1578473134474" duration="933000" />
-      <workItem from="1578556363591" duration="203000" />
-    </task>
-    <task id="LOCAL-00224" summary=".">
-      <created>1567584398822</created>
-      <option name="number" value="00224" />
-      <option name="presentableId" value="LOCAL-00224" />
-      <option name="project" value="LOCAL" />
-      <updated>1567584398822</updated>
+      <workItem from="1578556363591" duration="368000" />
     </task>
     <task id="LOCAL-00225" summary=".">
       <created>1567584869430</created>
       <option name="project" value="LOCAL" />
       <updated>1578476755038</updated>
     </task>
-    <option name="localTasksCounter" value="273" />
+    <task id="LOCAL-00273" summary=".">
+      <created>1578556621586</created>
+      <option name="number" value="00273" />
+      <option name="presentableId" value="LOCAL-00273" />
+      <option name="project" value="LOCAL" />
+      <updated>1578556621586</updated>
+    </task>
+    <option name="localTasksCounter" value="274" />
     <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="1578476742469">
+    <state x="935" y="114" key="CommitChangelistDialog2" timestamp="1578556613534">
       <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="1578476742469" />
+    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1578556613534" />
     <state x="1114" y="443" key="NewPhpFileDialog" timestamp="1578038647334">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="836" y="443" key="NewPhpFileDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1577363498855" />
     <state x="1114" y="443" key="NewPhpFileDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1578038647334" />
-    <state x="872" y="242" key="Vcs.Push.Dialog.v2" timestamp="1577787700897">
+    <state x="872" y="242" key="Vcs.Push.Dialog.v2" timestamp="1578556662300">
       <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="1577787700897" />
+    <state x="872" y="242" key="Vcs.Push.Dialog.v2/0.0.2560.1040@0.0.2560.1040" timestamp="1578556662300" />
     <state x="976" y="343" key="com.intellij.ide.util.TipDialog" timestamp="1578556363447">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index e9289f195e57861687ae5ec1cbb7c1f74ade98ba..07a673fac8fdba11041c05d45427e517ba7f1235 100644 (file)
@@ -13,6 +13,7 @@ function insteonCommand($command)
         $queue = [];
     }
     $queue[] = $command;
+    __insteonCommand($command);
     $redis->igbset('insteon_queue', $queue);
     $redis->publish('insteon_event', 'handle_queue');
 }