]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Wed, 4 Sep 2019 08:14:28 +0000 (10:14 +0200)
committerVincent <vincent@enhydra.fr>
Wed, 4 Sep 2019 08:14:28 +0000 (10:14 +0200)
.idea/workspace.xml
scripts/lib/insteon.php

index 2bafdce46cd2f7ee7fd9c65008415e4499f79f22..2342c82c10e889065b4b7c78d53a52815f2d8b13 100644 (file)
       <workItem from="1567261528772" duration="609000" />
       <workItem from="1567408023339" duration="2511000" />
       <workItem from="1567413752073" duration="11664000" />
-      <workItem from="1567582030869" duration="2209000" />
-    </task>
-    <task id="LOCAL-00175" summary=".">
-      <created>1551258276560</created>
-      <option name="number" value="00175" />
-      <option name="presentableId" value="LOCAL-00175" />
-      <option name="project" value="LOCAL" />
-      <updated>1551258276561</updated>
+      <workItem from="1567582030869" duration="2806000" />
     </task>
     <task id="LOCAL-00176" summary=".">
       <created>1551259715635</created>
       <option name="project" value="LOCAL" />
       <updated>1567583577405</updated>
     </task>
-    <option name="localTasksCounter" value="224" />
+    <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>
+    </task>
+    <option name="localTasksCounter" value="225" />
     <servers />
   </component>
   <component name="TodoView">
index c9d7a095de6b46e95740a5b37f95022d592ca5d9..e9289f195e57861687ae5ec1cbb7c1f74ade98ba 100644 (file)
@@ -30,7 +30,7 @@ function runInsteonCommand($command, $attempts = 3)
         usleep(1000000 * 0.01);
         $buff = insteonBuffer();
         echo $buff . "\n";
-        if (stristr($buff, '0250') || stristr($buff, '0258') || stristr($buff, '0262')) {
+        if (stristr($buff, '0250') || stristr($buff, '0258')) {
             insteonClearBuffer();
             return;
         }