<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
- <component name="dataSourceStorageLocal" created-in="IU-243.23654.189">
+ <component name="dataSourceStorageLocal" created-in="IU-243.26053.27">
<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>"</identifier-quote-string>
</component>
<component name="ChangeListManager">
<list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
- <change beforePath="$PROJECT_DIR$/.docker/config/php/php.ini" beforeDir="false" afterPath="$PROJECT_DIR$/.docker/config/php/php.ini" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.docker/docker-compose.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.docker/docker-compose.yml" afterDir="false" />
<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$/gradient.php" beforeDir="false" afterPath="$PROJECT_DIR$/gradient.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" />
<component name="SharedIndexes">
<attachedChunks>
<set>
- <option value="bundled-jdk-9823dce3aa75-125ca727e0f0-intellij.indexing.shared.core-IU-243.23654.189" />
- <option value="bundled-js-predefined-d6986cc7102b-822845ee3bb5-JavaScript-IU-243.23654.189" />
+ <option value="bundled-jdk-9823dce3aa75-a94e463ab2e7-intellij.indexing.shared.core-IU-243.26053.27" />
+ <option value="bundled-js-predefined-d6986cc7102b-1632447f56bf-JavaScript-IU-243.26053.27" />
</set>
</attachedChunks>
</component>
<workItem from="1736236568379" duration="589000" />
<workItem from="1737017181314" duration="2314000" />
<workItem from="1738270012862" duration="7140000" />
- <workItem from="1738696117392" duration="468000" />
+ <workItem from="1738696117392" duration="3424000" />
+ <workItem from="1743155457881" duration="240000" />
</task>
<task id="LOCAL-00502" summary=".">
<created>1641726946298</created>
<option name="project" value="LOCAL" />
<updated>1687259667913</updated>
</task>
- <option name="localTasksCounter" value="623" />
+ <option name="localTasksCounter" value="624" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
if (!$force && $currentState === $on) {
return;
}
- $cmd = $on ? 'PowerOn' : 'PowerOff';
- echo 'Epson ' . $cmd . "\n";
- print_r(irsend('salon', 'Epson', $cmd));
- //sshCommand('/usr/local/bin/ir Epson ' . $cmd, 'salon', false, true);
+
+ echo 'Epson ' . $on . "\n";
+ print_r(haAction('switch.projecteur_epson_eh_tw6700', $on ? 'turn_on' : 'turn_off'));
setState('EpsonPowerState', $on ? '1' : '0');
if ($currentState !== $on && $on) {
sleep(30);