<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/domoticz_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/domoticz_device_event.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" 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/light.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/light.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<workItem from="1649747856888" duration="2527000" />
<workItem from="1649833630727" duration="738000" />
<workItem from="1649835938314" duration="1458000" />
- <workItem from="1649877396831" duration="699000" />
- </task>
- <task id="LOCAL-00473" summary=".">
- <created>1619348281960</created>
- <option name="number" value="00473" />
- <option name="presentableId" value="LOCAL-00473" />
- <option name="project" value="LOCAL" />
- <updated>1619348281960</updated>
+ <workItem from="1649877396831" duration="1123000" />
</task>
<task id="LOCAL-00474" summary=".">
<created>1619544331948</created>
<option name="project" value="LOCAL" />
<updated>1649837406909</updated>
</task>
- <option name="localTasksCounter" value="522" />
+ <task id="LOCAL-00522" summary=".">
+ <created>1649878144183</created>
+ <option name="number" value="00522" />
+ <option name="presentableId" value="LOCAL-00522" />
+ <option name="project" value="LOCAL" />
+ <updated>1649878144183</updated>
+ </task>
+ <option name="localTasksCounter" value="523" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
['type' => 'function', 'function' => 'stopAllSqueezebox'],
['type' => 'function', 'function' => 'offAllOMX'],
['type' => 'scene', 'scene' => 'chambre/deshumidificateur/on'],
- ['type' => 'phonetask', 'phone' => 'vincent', 'task' => 'Stop All Sounds'],
['type' => 'scene', 'scene' => 'chambre/planetarium/off'],
['type' => 'scene', 'scene' => 'cuisine/coffee/off'],
['type' => 'scene', 'scene' => 'bureau/pc/shutdown'],
include "import.php";
if (isset($_GET['scene'])) {
+ if ($_GET['scene'] == 'home/welcome/eco' && gloria()) {
+ $_GET['scene'] = 'home/welcome';
+ }
execScene($_GET['scene'], true);
} else if (isset($_GET['cheminee'])) {
if ($_GET['cheminee'] == 'on') {