]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Sat, 30 Sep 2023 11:05:28 +0000 (13:05 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Sat, 30 Sep 2023 11:05:28 +0000 (13:05 +0200)
.idea/workspace.xml
config/dnsmasq.conf
scripts/homeassistant_device_event.php

index daea148cb92005670ac635b899ccfc653737447c..3a2c53ec567f58a1fd39ff1300cfec7bcf9b1012 100644 (file)
@@ -7,6 +7,7 @@
     <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$/config/dnsmasq.conf" beforeDir="false" afterPath="$PROJECT_DIR$/config/dnsmasq.conf" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/homeassistant_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/homeassistant_device_event.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1693464071297" duration="2018000" />
       <workItem from="1693471119520" duration="1065000" />
       <workItem from="1693742530467" duration="7689000" />
-      <workItem from="1695968925906" duration="33000" />
+      <workItem from="1695968925906" duration="1179000" />
+      <workItem from="1695977338745" duration="190000" />
+      <workItem from="1696066442667" duration="113000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="594" />
+    <option name="localTasksCounter" value="595" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 5263b11ee14cffacf40ce79488d8c2ae28a0421d..cfaf28ed328c5f96be5ede3ef4a8fcef8250c67b 100644 (file)
@@ -26,4 +26,7 @@ address=/homeassistant.tortuga.enhydra.fr/192.168.13.8
 # Cloud server
 address=/cloud.home.tortuga.enhydra.fr/192.168.13.6
 address=/paperless.home.tortuga.enhydra.fr/192.168.13.6
-address=/piwigo.home.tortuga.enhydra.fr/192.168.13.6
\ No newline at end of file
+address=/piwigo.home.tortuga.enhydra.fr/192.168.13.6
+# Nextcloud
+address=/nextcloud.home.tortuga.enhydra.fr/141.94.68.154
+address=/nextcloud.enhydra.fr/141.94.68.154
\ No newline at end of file
index 77aefb8a6c4acd1192da31ba40893b83bf9a7122..210e60f0da22f613cbd8b3e736d5a29b6793aad3 100644 (file)
@@ -149,24 +149,24 @@ function cubeBureau()
             off('bureau');
             break;
         case 'slide':
-            if ($face == 5) {
-                haAction('script.klarstein_fan_toggle');
-                break;
-            }
+//            if ($face == 5) {
+//                haAction('script.klarstein_fan_toggle');
+//                break;
+//            }
             stopMusiqueBureau();
             break;
         case 'rotate_right':
-            if ($face == 5) {
-                haAction('script.klarstein_fan_speed_up');
-                break;
-            }
+//            if ($face == 5) {
+//                haAction('script.klarstein_fan_speed_up');
+//                break;
+//            }
             volume(config('VOLUME_STEP'), '+');
             break;
         case 'rotate_left':
-            if ($face == 5) {
-                haAction('script.klarstein_fan_speed_down');
-                break;
-            }
+//            if ($face == 5) {
+//                haAction('script.klarstein_fan_speed_down');
+//                break;
+//            }
             volume(config('VOLUME_STEP'), '-');
             break;
         case 'tap':