<project version="4">
<component name="ChangeListManager">
<list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
- <change afterPath="$PROJECT_DIR$/servers/squeezebox.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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/medialibrary.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/medialibrary.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/remoteinfos.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/remoteinfos.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/squeezebox.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/squeezebox.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/ssh.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/ssh.php" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<workItem from="1566371220982" duration="598000" />
<workItem from="1566376145799" duration="4963000" />
<workItem from="1566402117063" duration="1534000" />
- <workItem from="1566458804773" duration="5114000" />
- </task>
- <task id="LOCAL-00160" summary=".">
- <created>1551079784438</created>
- <option name="number" value="00160" />
- <option name="presentableId" value="LOCAL-00160" />
- <option name="project" value="LOCAL" />
- <updated>1551079784438</updated>
+ <workItem from="1566458804773" duration="6055000" />
</task>
<task id="LOCAL-00161" summary=".">
<created>1551084971602</created>
<option name="project" value="LOCAL" />
<updated>1566499257720</updated>
</task>
- <option name="localTasksCounter" value="209" />
+ <task id="LOCAL-00209" summary=".">
+ <created>1566545980051</created>
+ <option name="number" value="00209" />
+ <option name="presentableId" value="LOCAL-00209" />
+ <option name="project" value="LOCAL" />
+ <updated>1566545980051</updated>
+ </task>
+ <option name="localTasksCounter" value="210" />
<servers />
</component>
<component name="TodoView">
function sshCommand($command, $device = null, $blocking = true, $sudo = false)
{
- return sshRunCommand($command, $device, $blocking, $sudo);
+ //return sshRunCommand($command, $device, $blocking, $sudo);
$redis = connectRedis();
- $queue = $redis->get('ssh_queue');
+ $queue = $redis->igbget('ssh_queue');
if (!is_array($queue)) {
$queue = [];
}