]> _ Git - tortuga-home.git/commitdiff
.
authorvincent <vincent@enhydra.fr>
Sat, 22 Jan 2022 10:51:54 +0000 (11:51 +0100)
committervincent <vincent@enhydra.fr>
Sat, 22 Jan 2022 10:51:54 +0000 (11:51 +0100)
.idea/workspace.xml
servers/logcat.php

index a589574a08c92027b6b001df2bba238a3453d6cc..9324f9354515f18462733e205ec51275550aebc3 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/domoticz_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/domoticz_device_event.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$/servers/logcat.php" beforeDir="false" afterPath="$PROJECT_DIR$/servers/logcat.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1640787196827" duration="2522000" />
       <workItem from="1641573994164" duration="2000" />
       <workItem from="1641574032847" duration="6534000" />
-      <workItem from="1642149121693" duration="365000" />
-    </task>
-    <task id="LOCAL-00455" summary=".">
-      <created>1614761270670</created>
-      <option name="number" value="00455" />
-      <option name="presentableId" value="LOCAL-00455" />
-      <option name="project" value="LOCAL" />
-      <updated>1614761270671</updated>
+      <workItem from="1642149121693" duration="376000" />
+      <workItem from="1642240002240" duration="1108000" />
+      <workItem from="1642761590471" duration="1992000" />
     </task>
     <task id="LOCAL-00456" summary=".">
       <created>1615664599666</created>
       <option name="project" value="LOCAL" />
       <updated>1641727076910</updated>
     </task>
-    <option name="localTasksCounter" value="504" />
+    <task id="LOCAL-00504" summary=".">
+      <created>1642149511287</created>
+      <option name="number" value="00504" />
+      <option name="presentableId" value="LOCAL-00504" />
+      <option name="project" value="LOCAL" />
+      <updated>1642149511288</updated>
+    </task>
+    <option name="localTasksCounter" value="505" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 0603df56b2d4780a80871e134e33720338e19406..15bab074955773839e282cfbc7a384a207634959 100644 (file)
@@ -11,10 +11,18 @@ while (true) {
             echo 'sleep ' . $device . "\n";
             off($device);
         },
+        'Going to sleep due to power_button' => function () use ($device) {
+            echo 'sleep ' . $device . "\n";
+            off($device);
+        },
         'Waking up from sleep' => function () use ($device) {
             echo 'wakeup ' . $device . "\n";
             shieldRunActivity(null, true);
         },
+        'Waking up from Asleep' => function () use ($device) {
+            echo 'wakeup ' . $device . "\n";
+            shieldRunActivity(null, true);
+        },
         'WindowManager: handleComboKeys keyCode: 25, keyAction: 1' => function () use ($device) {
             echo 'volume-down ' . $device . "\n";
             volume(config('VOLUME_STEP'), '-');