]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 14 Jul 2023 09:58:51 +0000 (11:58 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 14 Jul 2023 09:58:51 +0000 (11:58 +0200)
.idea/workspace.xml
scripts/homeassistant_device_event.php

index 2ed2406112fbf55cda1d1575637f766e55deee6a..526a0f34bb022b5bbaf59b93a0fa57ce54eb7648 100644 (file)
@@ -5,12 +5,8 @@
   </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/sshConfigs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/sshConfigs.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/.idea/webServers.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/webServers.xml" 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/homeassistant.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/homeassistant.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/weatherstation.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/weatherstation.php" 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="1689026578748" duration="2434000" />
       <workItem from="1689274022940" duration="239000" />
       <workItem from="1689274317966" duration="657000" />
+      <workItem from="1689326392784" duration="1671000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="572" />
+    <option name="localTasksCounter" value="573" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index d83f629447b4a47ec6db1650b95f3b9d99f8199f..3350661c24cb65f2967f06e97d54799097fdc3cd 100644 (file)
@@ -103,7 +103,7 @@ function cubeBureau() {
                        off('bureau');
                        break;
                case 'slide':
-                       if ($face == 3) {
+                       if ($face == 5) {
                                haAction('script.klarstein_fan_toggle');
                                break;
                        }
@@ -115,14 +115,14 @@ function cubeBureau() {
                        }
                        break;
                case 'rotate_right':
-                       if ($face == 3) {
+                       if ($face == 5) {
                                haAction('script.klarstein_fan_speed_up');
                                break;
                        }
                        volume(config('VOLUME_STEP'), '+');
                        break;
                case 'rotate_left':
-                       if ($face == 3) {
+                       if ($face == 5) {
                                haAction('script.klarstein_fan_speed_down');
                                break;
                        }