added custom config and started developing roon trigger

This commit is contained in:
2024-12-16 22:52:07 +01:00
parent ccabbea9c6
commit 35c86ffbd3
6 changed files with 100 additions and 10 deletions
+9
View File
@@ -17,6 +17,15 @@
<name>roon</name>
<intervalInSeconds>2</intervalInSeconds>
<governor>performance</governor>
<customConfig>
<extensionId>cpu_governor_auto_adjust_for_roon</extensionId>
<displayName>CPU Governor Auto Adjust for Roon</displayName>
<displayVersion>1.0.0</displayVersion>
<publisher>Martin Reurekas</publisher>
<email>martin@semrks.nl</email>
<coreIdFilePath>/home/martin/dev/cpu_governor_auto_adjust/triggers/.data/core_id_file</coreIdFilePath>
<tokenFilePath>/home/martin/dev/cpu_governor_auto_adjust/triggers/.data/token_file</tokenFilePath>
</customConfig>
</trigger>
</triggers>
</cpuGovernorAutoAdjust>