]> _ Git - tortuga-home.git/commitdiff
.
authorvincent <vincent@enhydra.fr>
Sun, 23 Jan 2022 12:40:01 +0000 (13:40 +0100)
committervincent <vincent@enhydra.fr>
Sun, 23 Jan 2022 12:40:01 +0000 (13:40 +0100)
.idea/workspace.xml
scripts/hotwater.php

index 2920586e76780824c66ec0fe6aeb733e50b97e4e..132c2a8511cd38e7c258cce1aa7b0f2fd91ccdcc 100644 (file)
@@ -3,11 +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$/config/global.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/global.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/off.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/off.php" 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/squeezebox.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/squeezebox.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/switchbot.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/switchbot.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/hotwater.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/hotwater.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1642240002240" duration="1108000" />
       <workItem from="1642761590471" duration="1992000" />
       <workItem from="1642848701157" duration="3435000" />
-      <workItem from="1642856038290" duration="8758000" />
-    </task>
-    <task id="LOCAL-00462" summary=".">
-      <created>1617871680635</created>
-      <option name="number" value="00462" />
-      <option name="presentableId" value="LOCAL-00462" />
-      <option name="project" value="LOCAL" />
-      <updated>1617871680635</updated>
+      <workItem from="1642856038290" duration="9359000" />
+      <workItem from="1642939498777" duration="626000" />
     </task>
     <task id="LOCAL-00463" summary=".">
       <created>1618054953034</created>
       <option name="project" value="LOCAL" />
       <updated>1642864772532</updated>
     </task>
-    <option name="localTasksCounter" value="511" />
+    <task id="LOCAL-00511" summary=".">
+      <created>1642877041649</created>
+      <option name="number" value="00511" />
+      <option name="presentableId" value="LOCAL-00511" />
+      <option name="project" value="LOCAL" />
+      <updated>1642877041649</updated>
+    </task>
+    <option name="localTasksCounter" value="512" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 58667eade4f083229e6398cce82458eefb58cd50..64f26caab33825bd7011f78692cdef6d9257e330 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 require_once "import.php";
+echo getState('hotwater');
 if (isset($_GET['on'])) {
     echo hotwater($_GET['on']);
 }
\ No newline at end of file