- Add FanControl.ChromeboxEC plugin for Fan Control - Add project background/缘由 in README (EN/zh) - Add docs/ectool-commands-zh.md - Update sln, appsettings, gitignore Made-with: Cursor
18 lines
536 B
JSON
18 lines
536 B
JSON
{
|
|
"EctoolPath": "C:\\Program Files\\crosec\\ectool.exe",
|
|
"PollIntervalMs": 1500,
|
|
"FanRpmPollEveryNCycles": 1,
|
|
"FanRpmArgs": [ "pwmgetfanrpm", "0" ],
|
|
"FanDutyArgs": null,
|
|
"AutoFanCtrlArgs": [ "autofanctrl" ],
|
|
"TempSource": "AverageCore",
|
|
"RampUpSteps": 3,
|
|
"RampUpMinDeltaPercent": 20,
|
|
"FailSafeAfterConsecutiveErrors": 5,
|
|
"FailSafeFanPercent": 100,
|
|
"FailSafeRestoreAutoFan": false,
|
|
"ChartHistoryMinutes": 15,
|
|
"ChartMaxPoints": 900,
|
|
"CurvePoints": [ 0, 0, 10, 25, 40, 55, 70, 80, 90, 95, 97, 98, 99, 100 ]
|
|
}
|