]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 29 Oct 2025 11:31:47 +0000 (12:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 29 Oct 2025 11:31:47 +0000 (12:31 +0100)
.idea/dataSources.local.xml
.idea/workspace.xml
scripts/lib/weatherstation.php

index 0d0c1a222f08e46cd9fe6aa021930d2dc0162bfb..2ac5ffad105e2083535dc16096eeb6d51cd949a4 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="dataSourceStorageLocal" created-in="IU-252.26830.84">
+  <component name="dataSourceStorageLocal" created-in="IU-252.27397.103">
     <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 5a91d3b8650e143d1d6974b949bf18b5a8184474..b8bbb43f7db815a477e592d34d23e83593274bdd 100644 (file)
@@ -4,13 +4,7 @@
     <option name="autoReloadType" value="SELECTIVE" />
   </component>
   <component name="ChangeListManager">
-    <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
-      <change beforePath="$PROJECT_DIR$/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/rooms.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/rooms.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/weatherstation.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/weatherstation.php" afterDir="false" />
-    </list>
+    <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment="." />
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
   <component name="SharedIndexes">
     <attachedChunks>
       <set>
-        <option value="bundled-jdk-9823dce3aa75-bf35d07a577b-intellij.indexing.shared.core-IU-252.26830.84" />
-        <option value="bundled-js-predefined-d6986cc7102b-3aa1da707db6-JavaScript-IU-252.26830.84" />
+        <option value="bundled-jdk-9823dce3aa75-bf35d07a577b-intellij.indexing.shared.core-IU-252.27397.103" />
+        <option value="bundled-js-predefined-d6986cc7102b-3aa1da707db6-JavaScript-IU-252.27397.103" />
       </set>
     </attachedChunks>
   </component>
       <workItem from="1757096550934" duration="2780000" />
       <workItem from="1760964057023" duration="1038000" />
       <workItem from="1760983092185" duration="58000" />
+      <workItem from="1761736064320" duration="133000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
index 5e6aa9e83ec81388c70f7c4fc4ca5417461849a1..88edc3d1a496f0f2d3dc7da4155546aa9c58d0ce 100644 (file)
@@ -3,7 +3,7 @@
 function getWeather()
 {
     $place = 623;
-    $apikey = 'fM7z3yrWwnUuXuAPPYIM5EqTl2iBAGB6';
+    $apikey = 'zpka_576282b8ee2e432ebed9953c0fb4ebe7_9dc63b0d';
 
     $cache = ROOT . '/cache/accuweather.json';
     $limit = max(time() - 3600, 0);