]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Sat, 30 Jan 2021 16:49:12 +0000 (17:49 +0100)
committerVincent <vincent@enhydra.fr>
Sat, 30 Jan 2021 16:49:12 +0000 (17:49 +0100)
.idea/workspace.xml
scripts/lib/mediarasp.php

index 5bf28db3c986125bf02f47ad239c353762763d19..4a19862d8d0b7ed02c3f232ad2348d052d889552 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$/scripts/domoticz_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/domoticz_device_event.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/scripts/lib/mediarasp.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/mediarasp.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/shield.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/shield.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/squeezebox.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/squeezebox.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
         <option name="Make" enabled="true" />
       </method>
     </configuration>
+    <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
+      <option name="arquillianRunConfiguration">
+        <value>
+          <option name="containerStateName" value="" />
+        </value>
+      </option>
+      <option name="TEST_OBJECT" value="class" />
+      <method v="2">
+        <option name="Make" enabled="true" />
+      </method>
+    </configuration>
     <configuration default="true" type="ArquillianTestNG" factoryName="">
       <option name="arquillianRunConfiguration">
         <value>
       <workItem from="1611669724998" duration="1966000" />
       <workItem from="1611688928707" duration="1220000" />
       <workItem from="1611783609082" duration="599000" />
-      <workItem from="1611911107099" duration="499000" />
-    </task>
-    <task id="LOCAL-00394" summary=".">
-      <created>1605431702382</created>
-      <option name="number" value="00394" />
-      <option name="presentableId" value="LOCAL-00394" />
-      <option name="project" value="LOCAL" />
-      <updated>1605431702382</updated>
+      <workItem from="1611911107099" duration="542000" />
+      <workItem from="1611951034456" duration="1175000" />
     </task>
     <task id="LOCAL-00395" summary=".">
       <created>1605431934015</created>
       <option name="project" value="LOCAL" />
       <updated>1611683302030</updated>
     </task>
-    <option name="localTasksCounter" value="443" />
+    <task id="LOCAL-00443" summary=".">
+      <created>1611911651461</created>
+      <option name="number" value="00443" />
+      <option name="presentableId" value="LOCAL-00443" />
+      <option name="project" value="LOCAL" />
+      <updated>1611911651461</updated>
+    </task>
+    <option name="localTasksCounter" value="444" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index db2860f4fbd851594b8d5e991c62dc9a11557a2c..62c62b953677bb7caf05262826f6f750a8e83019 100644 (file)
@@ -42,7 +42,7 @@ function remoteCmd($cmd, $device)
         if ($device == 'salon') {
             execScene('salon/cinema');
         } else if ($device == 'bureau') {
-            execScene('bureau/off');
+            execScene('bureau/cinema');
         }
         return;
     }