]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Fri, 30 Apr 2021 10:11:24 +0000 (12:11 +0200)
committerVincent <vincent@enhydra.fr>
Fri, 30 Apr 2021 10:11:24 +0000 (12:11 +0200)
.idea/workspace.xml
config/global.php

index 0f6c90eb4244abade22d578a78f71df83d5e34c5..b7db1610729ccda8fb4a53f788a27a2153c6dd69 100644 (file)
@@ -3,9 +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/lib/kodi.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/kodi.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/tmdb.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/tmdb.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/tmdb.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/tmdb.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/config/global.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/global.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1619079821781" duration="1188000" />
       <workItem from="1619120393111" duration="2877000" />
       <workItem from="1619342303709" duration="8426000" />
-      <workItem from="1619637833459" duration="3836000" />
-    </task>
-    <task id="LOCAL-00426" summary=".">
-      <created>1609368494151</created>
-      <option name="number" value="00426" />
-      <option name="presentableId" value="LOCAL-00426" />
-      <option name="project" value="LOCAL" />
-      <updated>1609368494151</updated>
+      <workItem from="1619637833459" duration="4578000" />
+      <workItem from="1619772786735" duration="1746000" />
     </task>
     <task id="LOCAL-00427" summary=".">
       <created>1609675360473</created>
       <option name="project" value="LOCAL" />
       <updated>1619544331948</updated>
     </task>
-    <option name="localTasksCounter" value="475" />
+    <task id="LOCAL-00475" summary=".">
+      <created>1619641979806</created>
+      <option name="number" value="00475" />
+      <option name="presentableId" value="LOCAL-00475" />
+      <option name="project" value="LOCAL" />
+      <updated>1619641979806</updated>
+    </task>
+    <option name="localTasksCounter" value="476" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index aa7eef416d7e8dcf815e990234f5252d7cb1f101..2beaaf310525939597521cfbff890f7418d6a263 100644 (file)
@@ -19,7 +19,8 @@ define('LATITUDE', 48.8758392);
 define('LONGITUDE', 2.3422104);
 
 $squeezeboxPlayers = array(
-    'Salle de bains' => 'b8:27:eb:ab:b4:50',
+    'Cave' => 'b8:27:eb:ab:b4:50',
+    'Salle de bains' => '9f:e3:5d:6e:15:35',
     //'Salon' => 'dc:a6:32:02:47:c1',
     //'Salon' => 'cc:cc:2d:15:82:0e',
     //'Salon' => '5a:a1:4c:5c:e7:5e',
@@ -71,7 +72,7 @@ $devices = [
     'cerveau' => ['id' => 'cerveau', 'host' => '192.168.13.60', 'user' => 'pi', 'password' => 'atacama'],
     'litvincent' => ['id' => 'litvincent', 'host' => '192.168.13.61', 'user' => 'pi', 'password' => 'atacama'],
     'litjerome' => ['id' => 'litjerome', 'host' => '192.168.13.62', 'user' => 'pi', 'password' => 'atacama'],
-    'sdb' => ['id' => 'sdb', 'host' => '192.168.13.63', 'user' => 'pi', 'password' => 'atacama'],
+    //'cave' => ['id' => 'cave', 'host' => '192.168.13.63', 'user' => 'pi', 'password' => 'atacama'],
     'entree' => ['id' => 'entree', 'host' => '192.168.13.64', 'user' => 'pi', 'password' => 'atacama'],
     'jarvis' => ['id' => 'jarvis', 'host' => '192.168.13.60', 'user' => 'jarvis', 'password' => 'atacama'],
     'chambre' => ['id' => 'chambre', 'host' => '192.168.13.65', 'user' => 'pi', 'password' => 'atacama'],