<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$/config/global.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/global.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/config/salon.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/salon.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/denon.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/denon.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/denon.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/denon.php" 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/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/off.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/off.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/proc.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/proc.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/lib/shield.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/shield.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/shield.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/shield.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/servers/logcat.php" beforeDir="false" afterPath="$PROJECT_DIR$/servers/logcat.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<workItem from="1612099867183" duration="8228000" />
<workItem from="1612347206766" duration="685000" />
<workItem from="1612620373278" duration="26000" />
- <workItem from="1612620424202" duration="11592000" />
- </task>
- <task id="LOCAL-00398" summary=".">
- <created>1605436590375</created>
- <option name="number" value="00398" />
- <option name="presentableId" value="LOCAL-00398" />
- <option name="project" value="LOCAL" />
- <updated>1605436590375</updated>
+ <workItem from="1612620424202" duration="11603000" />
+ <workItem from="1612640974349" duration="807000" />
</task>
<task id="LOCAL-00399" summary=".">
<created>1605437322205</created>
<option name="project" value="LOCAL" />
<updated>1612199517377</updated>
</task>
- <option name="localTasksCounter" value="447" />
+ <task id="LOCAL-00447" summary=".">
+ <created>1612640061389</created>
+ <option name="number" value="00447" />
+ <option name="presentableId" value="LOCAL-00447" />
+ <option name="project" value="LOCAL" />
+ <updated>1612640061390</updated>
+ </task>
+ <option name="localTasksCounter" value="448" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
function denonAVRInput($input)
{
$map = ['Media Player' => 5, 'CD' => 9, 'HEOS Music' => 13];
- $volumes = ['Media Player' => 40, 'HEOS Music' => 50, 'CD' => 30];
+ $volumes = ['Media Player' => 59, 'HEOS Music' => 50, 'CD' => 30];
if (isset($map[$input])) {
_denonAVR('set_config?type=7&data=' . rawurlencode('<Source zone="1" index="' . $map[$input] . '"></Source>'));
sleep(1);
if (isset($volumes[$input])) {
denonAVRVolume($volumes[$input]);
sleep(1);
+ denonAVRVolume(1, '+');
}
}
],
'home/alert' => [
['type' => 'domoticz', 'device' => '392', 'command' => true, 'priority' => true],
- ['type' => 'hue', 'group' => $alert, 'scene' => ['alert' => 'select']],
+ ['type' => 'hue', 'group' => $alert, 'scene' => ['alert' => 'lselect']],
['type' => 'phonetask', 'phone' => 'vincent', 'task' => 'Tortuga Alerte'],
['type' => 'hue', 'group' => $alert, 'delay' => 1, 'scene' => ['alert' => 'none']],
],