]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Mon, 19 Oct 2020 18:17:30 +0000 (20:17 +0200)
committerVincent <vincent@enhydra.fr>
Mon, 19 Oct 2020 18:17:30 +0000 (20:17 +0200)
.idea/workspace.xml
scripts/lib/scenes.php

index 4c5708c2f27193d6d0a3e2b064eccca50554931e..9d8c73b074fed7ff60b2c396e3663eb637080fe5 100644 (file)
       <workItem from="1602248242424" duration="359000" />
       <workItem from="1602501229079" duration="559000" />
       <workItem from="1602581583330" duration="1284000" />
-      <workItem from="1602862886793" duration="342000" />
-    </task>
-    <task id="LOCAL-00298" summary=".">
-      <created>1581499773377</created>
-      <option name="number" value="00298" />
-      <option name="presentableId" value="LOCAL-00298" />
-      <option name="project" value="LOCAL" />
-      <updated>1581499773377</updated>
+      <workItem from="1602862886793" duration="1014000" />
+      <workItem from="1603095373591" duration="50000" />
     </task>
     <task id="LOCAL-00299" summary=".">
       <created>1581934414894</created>
       <option name="project" value="LOCAL" />
       <updated>1602501505304</updated>
     </task>
-    <option name="localTasksCounter" value="347" />
+    <task id="LOCAL-00347" summary=".">
+      <created>1602863336459</created>
+      <option name="number" value="00347" />
+      <option name="presentableId" value="LOCAL-00347" />
+      <option name="project" value="LOCAL" />
+      <updated>1602863336459</updated>
+    </task>
+    <option name="localTasksCounter" value="348" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="872" y="161" key="#Plugins/0.0.2560.1040@0.0.2560.1040" timestamp="1596008801840" />
-    <state x="935" y="70" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1602501499363">
+    <state x="935" y="70" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1602863330816">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="701" y="75" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1602171117745" />
-    <state x="935" y="70" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1602501499363" />
+    <state x="935" y="70" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1602863330816" />
     <state x="1114" y="443" key="NewPhpFileDialog" timestamp="1602146675515">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index ca3a9bc57bb8404bee58eafb780d30eceed749ad..0c09abeac9db189b3c61dca63e975889574d27ae 100644 (file)
@@ -31,17 +31,17 @@ $scenes = [
         ['type' => 'hue', 'group' => $chambre, 'scene' => 'dawn', 'delay' => 1],
         ['type' => 'scene', 'scene' => 'chambre/rideaux/open', 'delay' => 31],
         ['type' => 'scene', 'scene' => 'chambre/auto', 'delay' => 35],
-        //['type' => 'scene', 'scene' => 'chambre/deshumidificateur/on'],
+        ['type' => 'scene', 'scene' => 'chambre/deshumidificateur/on'],
         ['type' => 'scene', 'scene' => 'chambre/planetarium/off'],
         ['type' => 'function', 'function' => 'bedbrightness', 'args' => [255]],
         ['type' => 'phonetask', 'phone' => 'vincent', 'task' => 'Matin'],
         ['type' => 'ifttt', 'event' => 'coffee_on'],
     ],
     'chambre/deshumidificateur/on' => [
-        //['type' => 'domoticz', 'device' => $chambrefan, 'command' => true],
+        ['type' => 'domoticz', 'device' => $chambrefan, 'command' => true],
     ],
     'chambre/deshumidificateur/off' => [
-        //['type' => 'domoticz', 'device' => $chambrefan, 'command' => false],
+        ['type' => 'domoticz', 'device' => $chambrefan, 'command' => false],
     ],
     'chambre/fan/on' => [
         ['type' => 'domoticz', 'device' => $chambrefan, 'command' => true],