]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Sun, 6 Nov 2022 16:30:33 +0000 (17:30 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Sun, 6 Nov 2022 16:30:33 +0000 (17:30 +0100)
.idea/workspace.xml
scripts/lib/denon.php

index 0a4532e3f84b7b5d96ce121d76593e4ad67077b5..09aa7a6955382bcb5e69912c1e6fdbeea851741f 100644 (file)
@@ -3,7 +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/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/denon.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/denon.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1666847531867" duration="852000" />
       <workItem from="1666856719410" duration="668000" />
       <workItem from="1666880430659" duration="1177000" />
-      <workItem from="1667037570905" duration="73000" />
-    </task>
-    <task id="LOCAL-00490" summary=".">
-      <created>1622706612279</created>
-      <option name="number" value="00490" />
-      <option name="presentableId" value="LOCAL-00490" />
-      <option name="project" value="LOCAL" />
-      <updated>1622706612280</updated>
+      <workItem from="1667037570905" duration="1563000" />
+      <workItem from="1667739527547" duration="1278000" />
     </task>
     <task id="LOCAL-00491" summary=".">
       <created>1639181242353</created>
       <option name="project" value="LOCAL" />
       <updated>1666859483883</updated>
     </task>
-    <option name="localTasksCounter" value="539" />
+    <task id="LOCAL-00539" summary=".">
+      <created>1667037724618</created>
+      <option name="number" value="00539" />
+      <option name="presentableId" value="LOCAL-00539" />
+      <option name="project" value="LOCAL" />
+      <updated>1667037724618</updated>
+    </task>
+    <option name="localTasksCounter" value="540" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 9cc5ca745df25060c666c9b1b8ad3e1396020dd9..0dd243a638ce5cec7620ebb28240d012b51f5cc8 100644 (file)
@@ -7,7 +7,7 @@ function denon($on = false)
     if ($state === $on) {
         return;
     }
-    print_r(sshCommand('/usr/local/bin/denon-toggle', 'lit', true, true));
+    print_r(sshCommand('/docker/lirc/denon-toggle', 'lit', true, true));
     setState('denon', $on ? '1' : '0');
 }