]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 5 Jul 2023 07:33:14 +0000 (09:33 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 5 Jul 2023 07:33:14 +0000 (09:33 +0200)
.idea/workspace.xml
scripts/lib/scenes.php

index 81902905342ba2963a354dae02236bffb26dcde5..25586366ffec0e28f74f920ab6a39a3f1e0c4e00 100644 (file)
@@ -5,16 +5,7 @@
   </component>
   <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/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/homeassistant_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/homeassistant_device_event.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/harmony.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/harmony.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/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" />
-      <change beforePath="$PROJECT_DIR$/scripts/pcgames.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/pcgames.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/share.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/share.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/switch.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/switch.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1687359859243" duration="1495000" />
       <workItem from="1688295154056" duration="11039000" />
       <workItem from="1688414368761" duration="11417000" />
-      <workItem from="1688478993471" duration="45034000" />
+      <workItem from="1688478993471" duration="45143000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="555" />
+    <option name="localTasksCounter" value="556" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 1b8de03b898e3113305c2ed345006243f7de5054..1363ea63f66e759e0c8699888b951c83cca8b732 100644 (file)
@@ -637,8 +637,7 @@ $scenes = [
                ['type' => 'scene', 'scene' => 'bureau/rideaux/close'],
                ['type' => 'scene', 'scene' => 'bureau/cinema'],
                ['type' => 'function', 'function' => 'bureauAuto', 'args' => [false]],
-               //['type' => 'ir', 'room' => 'bureausun', 'device' => 'Projector', 'command' => 'PowerOn'],
-               ['type' => 'function', 'function' => 'harmonyActivity', 'args' => ['tv']],
+               ['type' => 'function', 'function' => 'harmonyActivity', 'args' => [HARMONY_TV]],
                ['type' => 'scene', 'scene' => 'bureau/sound/on'],
 
        ],
@@ -647,7 +646,6 @@ $scenes = [
                ['type' => 'scene', 'scene' => 'bureau/screen/up'],
                ['type' => 'scene', 'scene' => 'bureau/rideaux/open'],
                ['type' => 'scene', 'scene' => 'bureau/auto'],
-               //        ['type' => 'ir', 'room' => 'bureausun', 'device' => 'Projector', 'command' => 'PowerOff'],
                ['type' => 'scene', 'scene' => 'bureau/sound/off'],
        ],
        'bureau/screen/down' => [