<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/domoticz.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/domoticz.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" />
<method v="2" />
</configuration>
</component>
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="SvnConfiguration">
<configuration />
</component>
<workItem from="1595445984584" duration="630000" />
<workItem from="1595520880245" duration="551000" />
<workItem from="1595607894704" duration="2164000" />
- <workItem from="1595786545513" duration="954000" />
- </task>
- <task id="LOCAL-00288" summary=".">
- <created>1580462517759</created>
- <option name="number" value="00288" />
- <option name="presentableId" value="LOCAL-00288" />
- <option name="project" value="LOCAL" />
- <updated>1580462517759</updated>
+ <workItem from="1595786545513" duration="1752000" />
+ <workItem from="1596007424722" duration="1226000" />
</task>
<task id="LOCAL-00289" summary=".">
<created>1580894931524</created>
<option name="project" value="LOCAL" />
<updated>1595786773234</updated>
</task>
- <option name="localTasksCounter" value="337" />
+ <task id="LOCAL-00337" summary=".">
+ <created>1595831538154</created>
+ <option name="number" value="00337" />
+ <option name="presentableId" value="LOCAL-00337" />
+ <option name="project" value="LOCAL" />
+ <updated>1595831538154</updated>
+ </task>
+ <option name="localTasksCounter" value="338" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="2" />
+ <option name="version" value="3" />
</component>
<component name="Vcs.Log.History.Properties">
<option name="COLUMN_ORDER">
<screen x="0" y="0" width="2560" height="1040" />
</state>
<state x="760" y="94" key="#Project_Structure/0.0.2560.1040@0.0.2560.1040" timestamp="1592377765650" />
- <state x="935" y="114" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1595786769552">
+ <state x="935" y="114" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1595831514498">
<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="1595521315206" />
- <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1595786769552" />
+ <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1595831514498" />
<state x="1060" y="275" key="FileChooserDialogImpl" timestamp="1590912263817">
<screen x="0" y="0" width="2560" height="1040" />
</state>
// ['type' => 'insteon', 'command' => '3?02622014690F11FF=I=3'],
// ],
'chambre/rideaux/open' => [
- ['type' => 'domoticz', 'device' => '1746', 'command' => false, 'priority' => true],
+ //['type' => 'domoticz', 'scene' => '3', 'command' => false, 'priority' => true],
+ ['type' => 'domoticz', 'device' => '1756', 'command' => 'Group Off', 'priority' => true],
],
'chambre/rideaux/close' => [
- ['type' => 'domoticz', 'device' => '1746', 'command' => true, 'priority' => true],
+ //['type' => 'domoticz', 'scene' => '3', 'command' => true, 'priority' => true],
+ ['type' => 'domoticz', 'device' => '1756', 'command' => 'Group On', 'priority' => true],
],
'home/alert' => [
['type' => 'hue', 'group' => $alert, 'scene' => ['alert' => 'lselect']],