]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Thu, 8 Oct 2020 08:21:50 +0000 (10:21 +0200)
committerVincent <vincent@enhydra.fr>
Thu, 8 Oct 2020 08:21:50 +0000 (10:21 +0200)
.idea/workspace.xml
scripts/lib/scenes.php

index 9bc4408c6d6f273b9842572478847ec5665d02e8..e5c85ce0c1fa22b6ad75cc9b2eaaeeb52abb4156 100644 (file)
       <workItem from="1599210105610" duration="1219000" />
       <workItem from="1599397263288" duration="714000" />
       <workItem from="1599417261812" duration="501000" />
-      <workItem from="1599417922867" duration="2676000" />
-    </task>
-    <task id="LOCAL-00294" summary=".">
-      <created>1581434421749</created>
-      <option name="number" value="00294" />
-      <option name="presentableId" value="LOCAL-00294" />
-      <option name="project" value="LOCAL" />
-      <updated>1581434421749</updated>
+      <workItem from="1599417922867" duration="3398000" />
+      <workItem from="1599637876908" duration="1121000" />
+      <workItem from="1599927557113" duration="2000" />
+      <workItem from="1600851074183" duration="826000" />
+      <workItem from="1602007969304" duration="628000" />
     </task>
     <task id="LOCAL-00295" summary=".">
       <created>1581445218699</created>
       <option name="project" value="LOCAL" />
       <updated>1599417770385</updated>
     </task>
-    <option name="localTasksCounter" value="343" />
+    <task id="LOCAL-00343" summary=".">
+      <created>1599462252287</created>
+      <option name="number" value="00343" />
+      <option name="presentableId" value="LOCAL-00343" />
+      <option name="project" value="LOCAL" />
+      <updated>1599462252288</updated>
+    </task>
+    <option name="localTasksCounter" value="344" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="760" y="94" key="#Project_Structure/0.0.2560.1040@0.0.2560.1040" timestamp="1592377765650" />
-    <state x="935" y="70" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1599417756076">
+    <state x="935" y="70" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1599462237142">
       <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="1598265694837" />
-    <state x="935" y="70" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1599417756076" />
+    <state x="935" y="70" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1599462237142" />
     <state x="1060" y="275" key="FileChooserDialogImpl" timestamp="1590912263817">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index 54e3ab49ab6770b1923489686bf2cff5e03e0801..804bde21c95c1a622920fb38d83a953349cd7ac2 100644 (file)
@@ -21,7 +21,7 @@ $bedlowscreenbrightness = 12;
 $home = 15;
 $alert = 16;
 
-$chambrefan = 1761;
+$chambrefan = 2061;
 
 $scenes = [
     'chambre/matin' => [
@@ -622,6 +622,7 @@ $scenes = [
     'cour/off' => [
         ['type' => 'hue', 'group' => $cour, 'scene' => ['on' => false]],
         ['type' => 'function', 'function' => 'courAuto', 'args' => [false]],
+        ['type' => 'domoticz', 'device' => '678', 'command' => false],
     ],
     'cour/projecteurs/on' => [
         ['type' => 'domoticz', 'device' => '679', 'command' => true],