<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/mediarasp.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/mediarasp.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/config/music.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/music.php" 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/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<workItem from="1592546736447" duration="1681000" />
<workItem from="1593068187054" duration="1636000" />
<workItem from="1593180432819" duration="646000" />
- <workItem from="1593196376687" duration="1472000" />
- </task>
- <task id="LOCAL-00281" summary=".">
- <created>1579858821017</created>
- <option name="number" value="00281" />
- <option name="presentableId" value="LOCAL-00281" />
- <option name="project" value="LOCAL" />
- <updated>1579858821017</updated>
+ <workItem from="1593196376687" duration="1502000" />
+ <workItem from="1593344816901" duration="559000" />
+ <workItem from="1593416400573" duration="739000" />
+ <workItem from="1593501805520" duration="1107000" />
+ <workItem from="1594399361632" duration="763000" />
+ <workItem from="1594621701186" duration="596000" />
+ <workItem from="1595313798230" duration="817000" />
</task>
<task id="LOCAL-00282" summary=".">
<created>1580205716585</created>
<option name="project" value="LOCAL" />
<updated>1593181059849</updated>
</task>
- <option name="localTasksCounter" value="330" />
+ <task id="LOCAL-00330" summary=".">
+ <created>1593344786570</created>
+ <option name="number" value="00330" />
+ <option name="presentableId" value="LOCAL-00330" />
+ <option name="project" value="LOCAL" />
+ <updated>1593344786570</updated>
+ </task>
+ <option name="localTasksCounter" value="331" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<screen x="0" y="0" width="2560" height="1040" />
</state>
<state x="960" y="247" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1585852940968" />
- <state x="935" y="114" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1593181051405">
+ <state x="935" y="114" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1593344767278">
<screen x="0" y="0" width="2560" height="1040" />
</state>
<state x="701" y="75" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1593086272091" />
- <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1593181051405" />
+ <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1593344767278" />
<state x="1060" y="275" key="FileChooserDialogImpl" timestamp="1590912263817">
<screen x="0" y="0" width="2560" height="1040" />
</state>
<screen x="0" y="0" width="2560" height="1040" />
</state>
<state x="1456" y="240" key="com.intellij.ide.util.TipDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1586418523328" />
- <state x="977" y="257" width="607" height="536" key="find.popup" timestamp="1593196601394">
+ <state x="977" y="257" width="607" height="536" key="find.popup" timestamp="1593416527009">
<screen x="0" y="0" width="2560" height="1040" />
</state>
- <state x="977" y="257" width="607" height="536" key="find.popup/0.0.2560.1040@0.0.2560.1040" timestamp="1593196601394" />
+ <state x="977" y="257" width="607" height="536" key="find.popup/0.0.2560.1040@0.0.2560.1040" timestamp="1593416527009" />
</component>
<component name="antWorkspaceConfiguration">
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
$wc = 9;
$bureau = 13;
$sdb = 14;
+$cour = 11;
$sdb_ampli = 18;
$freebox = 19;
],
'cour/on' => [
['type' => 'domoticz', 'device' => '678', 'command' => true],
+ ['type' => 'hue', 'group' => $cour, 'scene' => '4JQxlqu9utk0geI'],
],
'cour/off' => [
- ['type' => 'domoticz', 'device' => '678', 'command' => false],
+ // ['type' => 'domoticz', 'device' => '678', 'command' => false],
+ ['type' => 'hue', 'group' => $cour, 'scene' => ['on' => false]],
],
'cour/projecteurs/on' => [
['type' => 'domoticz', 'device' => '679', 'command' => true],