]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Wed, 8 Jan 2020 08:34:48 +0000 (09:34 +0100)
committerVincent <vincent@enhydra.fr>
Wed, 8 Jan 2020 08:34:48 +0000 (09:34 +0100)
.idea/workspace.xml
scripts/freeboxchannel.php

index 6fc881632cd5ac0c6038322e71835e24d85928d0..63e7e02b0437704d8db82ed10bb564de11a73cff 100644 (file)
@@ -3,7 +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/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/freeboxchannel.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/freeboxchannel.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1577785483253" duration="3506000" />
       <workItem from="1577891426611" duration="8746000" />
       <workItem from="1578343490755" duration="8304000" />
-      <workItem from="1578429518225" duration="65000" />
-    </task>
-    <task id="LOCAL-00221" summary=".">
-      <created>1567499513044</created>
-      <option name="number" value="00221" />
-      <option name="presentableId" value="LOCAL-00221" />
-      <option name="project" value="LOCAL" />
-      <updated>1567499513044</updated>
+      <workItem from="1578429518225" duration="1227000" />
     </task>
     <task id="LOCAL-00222" summary=".">
       <created>1567582046066</created>
       <option name="project" value="LOCAL" />
       <updated>1578388778339</updated>
     </task>
-    <option name="localTasksCounter" value="270" />
+    <task id="LOCAL-00270" summary=".">
+      <created>1578429849669</created>
+      <option name="number" value="00270" />
+      <option name="presentableId" value="LOCAL-00270" />
+      <option name="project" value="LOCAL" />
+      <updated>1578429849669</updated>
+    </task>
+    <option name="localTasksCounter" value="271" />
     <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="1578388732220">
+    <state x="935" y="114" key="CommitChangelistDialog2" timestamp="1578472484221">
       <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="1578388732220" />
+    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1578472484221" />
     <state x="1114" y="443" key="NewPhpFileDialog" timestamp="1578038647334">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index 95791b1b35efc25be36a887f6f3abd1ac2b4bb8b..cbe1c6c64d8d6edc766a85394d93a3672c7bf5eb 100644 (file)
@@ -12,7 +12,7 @@ if (isset($_GET['channel'])) {
 $keys = array_merge(array('home', 'pause=2', 'home', 'pause=1', 'home', 'left', 'right', 'home'), $commands);
 
 if ($currentActivity != 'tv') {
-    sleep(40);
+    sleep(50);
 }
 print_r($keys);
 freeboxKey($keys);