<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/squeezebox.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/squeezebox.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/config/global.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/global.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<workItem from="1640268793915" duration="1273000" />
<workItem from="1640350194276" duration="1281000" />
<workItem from="1640525538886" duration="429000" />
- <workItem from="1640605282180" duration="113000" />
- </task>
- <task id="LOCAL-00449" summary=".">
- <created>1612793716184</created>
- <option name="number" value="00449" />
- <option name="presentableId" value="LOCAL-00449" />
- <option name="project" value="LOCAL" />
- <updated>1612793716185</updated>
+ <workItem from="1640605282180" duration="3527000" />
</task>
<task id="LOCAL-00450" summary=".">
<created>1612986006478</created>
<option name="project" value="LOCAL" />
<updated>1640525937690</updated>
</task>
- <option name="localTasksCounter" value="498" />
+ <task id="LOCAL-00498" summary=".">
+ <created>1640605498962</created>
+ <option name="number" value="00498" />
+ <option name="presentableId" value="LOCAL-00498" />
+ <option name="project" value="LOCAL" />
+ <updated>1640605498962</updated>
+ </task>
+ <option name="localTasksCounter" value="499" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
//'WC' => '00:04:20:2a:05:2e',
//'WC' => 'b8:27:eb:78:f6:88',
// 'WC' => 'a6:ce:85:78:33:a4',
- 'Cuisine' => 'b8:27:eb:ec:71:34',
+ //'Cuisine' => 'b8:27:eb:ec:71:34',
+ 'Cuisine' => '00:04:20:2a:05:2e',
'Lit Jérôme' => 'b8:27:eb:62:d3:ce',
'Lit Vincent' => 'b8:27:eb:40:0e:e9',
'WC' => 'b8:27:eb:f6:1d:30',
$cmd = 'amixer -c 0 -M -- sset PCM playback ' . round(max(0, min(100, $volume))) . '%' . $increase;
return sshCommand($cmd, $device);
case 'squeezeboplayer':
+ case 'squeezeboxplayer':
case 'squeezebox':
return squeezeVolume($volume, $increase, config('SQUEEZEBOX_PLAYER'));
case 'harmony':