<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" />
<other-services-enabled>true</other-services-enabled>
<auto-save>true</auto-save>
</component>
+ <component name="JupyterTrust" id="3f62eec0-7d7b-45be-bd97-06244d65817c" />
<component name="PhpWorkspaceProjectConfiguration" interpreter_name="PHP 7.3">
<include_path>
<path value="$PROJECT_DIR$/vendor/composer" />
<property name="project.structure.last.edited" value="Project" />
<property name="project.structure.proportion" value="0.0" />
<property name="project.structure.side.proportion" value="0.2" />
- <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" />
+ <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
</component>
<component name="RecentsManager">
<key name="MoveFile.RECENT_KEYS">
<workItem from="1595520880245" duration="551000" />
<workItem from="1595607894704" duration="2164000" />
<workItem from="1595786545513" duration="1752000" />
- <workItem from="1596007424722" duration="1226000" />
- </task>
- <task id="LOCAL-00289" summary=".">
- <created>1580894931524</created>
- <option name="number" value="00289" />
- <option name="presentableId" value="LOCAL-00289" />
- <option name="project" value="LOCAL" />
- <updated>1580894931525</updated>
+ <workItem from="1596007424722" duration="1301000" />
+ <workItem from="1596008819798" duration="513000" />
+ <workItem from="1596059067355" duration="1098000" />
</task>
<task id="LOCAL-00290" summary=".">
<created>1580894984838</created>
<option name="project" value="LOCAL" />
<updated>1595831538154</updated>
</task>
- <option name="localTasksCounter" value="338" />
+ <task id="LOCAL-00338" summary=".">
+ <created>1596008713256</created>
+ <option name="number" value="00338" />
+ <option name="presentableId" value="LOCAL-00338" />
+ <option name="project" value="LOCAL" />
+ <updated>1596008713256</updated>
+ </task>
+ <option name="localTasksCounter" value="339" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="LAST_COMMIT_MESSAGE" value="." />
</component>
<component name="WindowStateProjectService">
+ <state x="872" y="161" key="#Plugins" timestamp="1596008801840">
+ <screen x="0" y="0" width="2560" height="1040" />
+ </state>
+ <state x="872" y="161" key="#Plugins/0.0.2560.1040@0.0.2560.1040" timestamp="1596008801840" />
<state x="760" y="94" key="#Project_Structure" timestamp="1592377765650">
<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="1595831514498">
+ <state x="935" y="114" width="1170" height="972" key="CommitChangelistDialog2" timestamp="1596008700152">
<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="1595831514498" />
+ <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1596008700152" />
<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="1114" y="443" key="NewPhpFileDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1595317059300" />
+ <state x="781" y="165" key="SettingsEditor" timestamp="1596008871908">
+ <screen x="0" y="0" width="2560" height="1040" />
+ </state>
+ <state x="781" y="165" key="SettingsEditor/0.0.2560.1040@0.0.2560.1040" timestamp="1596008871908" />
<state x="655" y="270" width="816" height="530" key="Vcs.Push.Dialog.v2" timestamp="1595521362224">
<screen x="0" y="0" width="1920" height="1160" />
</state>
$alert = 16;
$chambrebedgroup = $chambre;
-
+$chambrefan=1761;
$scenes = [
'chambre/matin' => [
['type' => 'ifttt', 'event' => 'coffee_on'],
],
'chambre/deshumidificateur/on' => [
- //['type' => 'domoticz', 'device' => '1062', 'command' => true],
+ //['type' => 'domoticz', 'device' => $chambrefan, 'command' => true],
],
'chambre/deshumidificateur/off' => [
- //['type' => 'domoticz', 'device' => '1062', 'command' => false],
+ //['type' => 'domoticz', 'device' => $chambrefan, 'command' => false],
],
'chambre/fan/on' => [
- ['type' => 'domoticz', 'device' => '1062', 'command' => true],
+ ['type' => 'domoticz', 'device' => $chambrefan, 'command' => true],
],
'chambre/fan/off' => [
- ['type' => 'domoticz', 'device' => '1062', 'command' => false],
+ ['type' => 'domoticz', 'device' => $chambrefan, 'command' => false],
],
'chambre/fan/toggle' => [
- ['type' => 'domoticz', 'device' => '1062', 'command' => 'Toggle'],
+ ['type' => 'domoticz', 'device' => $chambrefan, 'command' => 'Toggle'],
],
'chambre/auto' => [
['type' => 'nightmode', 'mode' => '0'],