]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Mon, 27 Jul 2020 06:32:15 +0000 (08:32 +0200)
committerVincent <vincent@enhydra.fr>
Mon, 27 Jul 2020 06:32:15 +0000 (08:32 +0200)
.idea/workspace.xml
scripts/lib/scenes.php

index 4d88e79eccc83d42a0d22f3262403750aa0dcdbe..06e19c799f9a87e75274d87f359b184e2b8afff2 100644 (file)
       <workItem from="1595445984584" duration="630000" />
       <workItem from="1595520880245" duration="551000" />
       <workItem from="1595607894704" duration="2164000" />
-      <workItem from="1595786545513" duration="206000" />
-    </task>
-    <task id="LOCAL-00287" summary=".">
-      <created>1580462356159</created>
-      <option name="number" value="00287" />
-      <option name="presentableId" value="LOCAL-00287" />
-      <option name="project" value="LOCAL" />
-      <updated>1580462356159</updated>
+      <workItem from="1595786545513" duration="954000" />
     </task>
     <task id="LOCAL-00288" summary=".">
       <created>1580462517759</created>
       <option name="project" value="LOCAL" />
       <updated>1595609479855</updated>
     </task>
-    <option name="localTasksCounter" value="336" />
+    <task id="LOCAL-00336" summary=".">
+      <created>1595786773233</created>
+      <option name="number" value="00336" />
+      <option name="presentableId" value="LOCAL-00336" />
+      <option name="project" value="LOCAL" />
+      <updated>1595786773234</updated>
+    </task>
+    <option name="localTasksCounter" value="337" />
     <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="114" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1595609475205">
+    <state x="935" y="114" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1595786769552">
       <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="1595521315206" />
-    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1595609475205" />
+    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1595786769552" />
     <state x="1060" y="275" key="FileChooserDialogImpl" timestamp="1590912263817">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index e622c4218e3c29f210ca06e98beacf8cc64252d0..49b135f7bee52d43dc1aa8e05d30d65e728d5d45 100644 (file)
@@ -39,10 +39,10 @@ $scenes = [
         ['type' => 'ifttt', 'event' => 'coffee_on'],
     ],
     'chambre/deshumidificateur/on' => [
-        ['type' => 'domoticz', 'device' => '1062', 'command' => true],
+        //['type' => 'domoticz', 'device' => '1062', 'command' => true],
     ],
     'chambre/deshumidificateur/off' => [
-        ['type' => 'domoticz', 'device' => '1062', 'command' => false],
+        //['type' => 'domoticz', 'device' => '1062', 'command' => false],
     ],
     'chambre/fan/on' => [
         ['type' => 'domoticz', 'device' => '1062', 'command' => true],
@@ -269,15 +269,15 @@ $scenes = [
 //        ['type' => 'insteon', 'command' =>  '3?02622014690F11FF=I=3'],
 //    ],
     'chambre/rideaux/open' => [
-        ['type' => 'domoticz', 'device' => '1746', 'command' => false],
+        ['type' => 'domoticz', 'device' => '1746', 'command' => false, 'priority' => true],
     ],
     'chambre/rideaux/close' => [
-        ['type' => 'domoticz', 'device' => '1746', 'command' => true],
+        ['type' => 'domoticz', 'device' => '1746', 'command' => true, 'priority' => true],
     ],
     'home/alert' => [
         ['type' => 'hue', 'group' => $alert, 'scene' => ['alert' => 'lselect']],
         ['type' => 'phonetask', 'phone' => 'vincent', 'task' => 'Tortuga Alerte'],
-        ['type' => 'domoticz', 'device' => '392', 'command' => true],
+        ['type' => 'domoticz', 'device' => '392', 'command' => true, 'priority' => true],
     ],
     'home/aulit' => [
         ['type' => 'nightmode', 'mode' => '1'],
@@ -340,7 +340,7 @@ $scenes = [
         ['type' => 'domoticz', 'device' => '478', 'command' => false],
     ],
     'salon/fan/toggle' => [
-        ['type' => 'domoticz', 'device' => '478', 'command' => 'Toggle'],
+        ['type' => 'domoticz', 'device' => '478', 'command' => 'Toggle','priority'=>true],
     ],
 
     'bureau/wakeuppc' => [
@@ -579,7 +579,7 @@ $scenes = [
         ['type' => 'function', 'function' => 'squeezePlayByName', 'args' => ['Rivière', $squeezeboxPlayers['Salle de bains'], 65]],
     ],
     'salon/freebox/on' => [
-        ['type' => 'domoticz', 'device' => '1439', 'command' => true],
+        ['type' => 'domoticz', 'device' => '1439', 'command' => true,'priority'=>true],
     ],
     'salon/freebox/off' => [
         ['type' => 'domoticz', 'device' => '1439', 'command' => false],