]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Nov 2023 19:17:52 +0000 (20:17 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Nov 2023 19:17:52 +0000 (20:17 +0100)
.idea/dataSources.local.xml
.idea/workspace.xml
scripts/lib/scenes.php

index 3521f9c1419e11569de8c3b39a2bb891a30f55a4..b5f2ef1c14ae097b54ec2ddb16a744400cca1f7d 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="dataSourceStorageLocal" created-in="IU-232.10203.10">
+  <component name="dataSourceStorageLocal" created-in="IU-232.10227.8">
     <data-source name="LFY(3).db" uuid="e5a3291d-855f-44b2-be41-76fe6b0c2136">
       <database-info product="SQLite" version="3.25.1" jdbc-version="2.1" driver-name="SQLite JDBC" driver-version="3.25.1" dbms="SQLITE" exact-version="3.25.1" exact-driver-version="3.25">
         <identifier-quote-string>&quot;</identifier-quote-string>
index 9b7d4cf989a7051a0c233885157e3ac403554eb8..a021ecfb8edd3878bf7dcf4b05f8f69d0164b776 100644 (file)
@@ -5,8 +5,8 @@
   </component>
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
-      <change afterPath="$PROJECT_DIR$/scripts/cron.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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="1696152670454" duration="699000" />
       <workItem from="1697390209410" duration="2209000" />
       <workItem from="1697741970447" duration="3265000" />
-      <workItem from="1699383159431" duration="732000" />
+      <workItem from="1699383159431" duration="1704000" />
+      <workItem from="1701371600778" duration="246000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="599" />
+    <option name="localTasksCounter" value="600" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 9269591bf80f83a4207f4646b882b92c7fc26558..fa410e77e728b5aa3e46d94174cfec65348ef243 100644 (file)
@@ -701,7 +701,9 @@ $scenes = [
         ['type' => 'scene', 'scene' => 'sdb/on'],
         ['type' => 'scene', 'scene' => 'cour/auto'],
         ['type' => 'scene', 'scene' => 'chambre/deshumidificateur/on'],
+        ['type' => 'scene', 'scene' => 'chambre/rideaux/open'],
         ['type' => 'ecomode', 'mode' => '0'],
+        ['type' => 'nightmode', 'mode' => '0'],
     ],
     'home/hueoff' => [
         ['type' => 'hue', 'group' => 17, 'scene' => ['on' => false, 'effect' => 'none']],