Skip to content

Releases: AaronKelley/DellFanManagement

2.1.1

23 Apr 19:50
Compare
Choose a tag to compare
  • Fixed command line parameters for getting the RPM speed reading in the "usage" message of DellFanCmd, which were incorrect.

2.1

02 Jul 13:54
Compare
Choose a tag to compare
2.1
  • Added a new .NET library, DellSmmIoLib, which facilitates sending commands to the Dell SMM BIOS via the ACPI/WMI interface.
  • Added a new tool, DellSetThermalSetting, which allows setting the system thermal setting from the command line.
    • The available thermal settings are Optimized, Cool, Quiet, and Ultra Performance.
  • Added an optional fourth parameter to DellFanKeepAlive which allows setting the update interval in seconds. The default value is one second.

2.0

18 Jun 20:10
Compare
Choose a tag to compare
2.0
  • Added libraries DellFanLib and DellFanLibInterop.
  • DellFanCmd ported to C#.
  • Added "test" function to DellFanCmd.
  • Added new program "DellFanKeepAlive".