]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 19 Apr 2024 13:25:48 +0000 (15:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 19 Apr 2024 13:25:48 +0000 (15:25 +0200)
.idea/workspace.xml
scripts/lib/scenes.php

index 55000aeb9feb9a00e084b237ef1ea9ae590f4193..9bfd5915e7f90d0fa5a5a02c08944b512ce83b51 100644 (file)
@@ -6,7 +6,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/lib/automodes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/automodes.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="1710336216495" duration="2930000" />
       <workItem from="1713261983472" duration="644000" />
       <workItem from="1713376517416" duration="792000" />
-      <workItem from="1713440657070" duration="89000" />
+      <workItem from="1713440657070" duration="147000" />
+      <workItem from="1713531985684" duration="129000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="612" />
+    <option name="localTasksCounter" value="613" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 8461bb0708532b192613e3d6f0857b50abbc08ae..06233cae1c715a7723023dfec883381cc8e0034c 100644 (file)
@@ -61,7 +61,7 @@ $scenes = [
         ['type' => 'nightmode', 'mode' => '1'],
         ['type' => 'ecomode', 'mode' => '1'],
         ['type' => 'state', 'key' => 'chambre', 'value' => 0],
-        ['type' => 'ha', 'device' => 'script.rideaux_chambre_ferme'],
+        ['type' => 'scene', 'scene' => 'chambre/rideaux/close'],
         ['type' => 'function', 'function' => 'bedbrightness', 'args' => [$bedlowscreenbrightness]],
         ['type' => 'scene', 'scene' => 'chambre/deshumidificateur/off'],
         ['type' => 'phonetask', 'phone' => 'vincent', 'task' => 'Va Au Lit'],
@@ -93,7 +93,7 @@ $scenes = [
         ['type' => 'function', 'function' => 'chambreAuto', 'args' => [false]],
         ['type' => 'state', 'key' => 'chambre', 'value' => 0],
         ['type' => 'function', 'function' => 'bedbrightness', 'args' => [$bedlowscreenbrightness]],
-        ['type' => 'ha', 'device' => 'script.rideaux_chambre_ferme'],
+        ['type' => 'scene', 'scene' => 'chambre/rideaux/close'],
         ['type' => 'scene', 'scene' => 'sdb/off'],
         ['type' => 'scene', 'scene' => 'chambre/planetarium/on'], // Planétarium on
         ['type' => 'scene', 'scene' => 'chambre/deshumidificateur/off'],