]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 28 Mar 2025 10:01:31 +0000 (11:01 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 28 Mar 2025 10:01:31 +0000 (11:01 +0100)
.idea/workspace.xml
scripts/lib/denon.php

index 2fef348def5597ac03f7fc569f2a7700049c0dfb..3a13e74dd46b262c91fd23854556818b894b2121 100644 (file)
@@ -5,8 +5,6 @@
   </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$/scripts/lib/denon.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/denon.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
       <workItem from="1737017181314" duration="2314000" />
       <workItem from="1738270012862" duration="7140000" />
       <workItem from="1738696117392" duration="3424000" />
-      <workItem from="1743155457881" duration="240000" />
+      <workItem from="1743155457881" duration="545000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="624" />
+    <option name="localTasksCounter" value="625" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index b6dba9736d1094e8673fc1ee14b2f92b2295e3c3..1adbeddfa9f80b5ea52b06e7269de3261f4a11d5 100644 (file)
@@ -185,7 +185,7 @@ function epson($on = true, $force = false)
     }
 
     $currentState = getState('EpsonPowerState', '0') === '1';
-    if (!$force && $currentState === $on) {
+    if (!$force && $currentState === $on && $on) {
         return;
     }