]> _ Git - tortuga-home.git/commitdiff
.
authorvincent <vincent@enhydra.fr>
Fri, 15 Apr 2022 10:46:27 +0000 (12:46 +0200)
committervincent <vincent@enhydra.fr>
Fri, 15 Apr 2022 10:46:27 +0000 (12:46 +0200)
.idea/workspace.xml
scripts/lib/ecomode.php

index c738befe32ae2ebbe9fd956a6e2205f438671348..f3aa0dbba0bd70d85ba155ab21e0f335770d888c 100644 (file)
@@ -3,8 +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/lib/velib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/velib.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/ecomode.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/ecomode.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1649833630727" duration="738000" />
       <workItem from="1649835938314" duration="1458000" />
       <workItem from="1649877396831" duration="7495000" />
-    </task>
-    <task id="LOCAL-00476" summary=".">
-      <created>1619777485542</created>
-      <option name="number" value="00476" />
-      <option name="presentableId" value="LOCAL-00476" />
-      <option name="project" value="LOCAL" />
-      <updated>1619777485542</updated>
+      <workItem from="1650019142255" duration="346000" />
     </task>
     <task id="LOCAL-00477" summary=".">
       <created>1619798145186</created>
       <option name="project" value="LOCAL" />
       <updated>1649892845510</updated>
     </task>
-    <option name="localTasksCounter" value="525" />
+    <task id="LOCAL-00525" summary=".">
+      <created>1650019206911</created>
+      <option name="number" value="00525" />
+      <option name="presentableId" value="LOCAL-00525" />
+      <option name="project" value="LOCAL" />
+      <updated>1650019206915</updated>
+    </task>
+    <option name="localTasksCounter" value="526" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 2f124b749edc033da365acc591e0869cf862f055..6ae51060daa7934a6797b6a8f18353e8e161a61e 100644 (file)
@@ -38,6 +38,9 @@ function getNightMode()
         if ($h >= 6 && $h <= 8) {
             return false;
         }
+        if (getSqueezePlayerStatus('Salle de bains')) {
+            return false;
+        }
         if (getState('chambreOff')) {
             return true;
         }