</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$/config/coffee.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/coffee.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/config/global.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/global.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/js/home.js" beforeDir="false" afterPath="$PROJECT_DIR$/js/home.js" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/domoticz_status.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/domoticz.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/flowerpower.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/ifttt.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/config/dnsmasq.conf" beforeDir="false" afterPath="$PROJECT_DIR$/config/dnsmasq.conf" 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/weatherstation.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/weatherstation.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/tools/flowerpower.js" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<component name="SharedIndexes">
<attachedChunks>
<set>
- <option value="bundled-jdk-9f38398b9061-18abd8497189-intellij.indexing.shared.core-IU-241.14494.240" />
- <option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-IU-241.14494.240" />
+ <option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.15989.150" />
+ <option value="bundled-js-predefined-1d06a55b98c1-91d5c284f522-JavaScript-IU-241.15989.150" />
</set>
</attachedChunks>
</component>
<workItem from="1713376517416" duration="792000" />
<workItem from="1713440657070" duration="147000" />
<workItem from="1713531985684" duration="2444000" />
- <workItem from="1713941353441" duration="2332000" />
+ <workItem from="1713941353441" duration="3152000" />
+ <workItem from="1715586628163" duration="670000" />
+ <workItem from="1716389152246" duration="456000" />
</task>
<task id="LOCAL-00502" summary=".">
<created>1641726946298</created>
<option name="project" value="LOCAL" />
<updated>1687259667913</updated>
</task>
- <option name="localTasksCounter" value="615" />
+ <option name="localTasksCounter" value="616" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
['type' => 'ha', 'device' => HA_OFFICE_SCREEN, 'command' => 'open_cover'],
],
'bureau/rideaux/close' => [
- ['type' => 'function', 'function' => 'bureauRideau', 'args' => ['close_cover']],
+ ['type' => 'function', 'function' => 'bureauRideau', 'args' => ['turn_off']],
],
'bureau/rideaux/open' => [
- ['type' => 'function', 'function' => 'bureauRideau', 'args' => ['open_cover']],
-
+ ['type' => 'function', 'function' => 'bureauRideau', 'args' => ['turn_on']],
],
'bureau/rideaux/toggle' => [
['type' => 'function', 'function' => 'bureauRideau', 'args' => ['toggle']],
function bureauRideau($cmd)
{
- if (haGetState('binary_sensor.0x00124b002933744d_contact') == 'on') {
- return;
- }
+// if (haGetState('binary_sensor.0x00124b002933744d_contact') == 'on') {
+// return;
+// }
haAction(HA_OFFICE_CURTAIN, $cmd);
}