KostyaEsmukov / afancontrol

Advanced Fan Control program, which controls PWM fans according to the current temperatures of the system components.
https://afancontrol.readthedocs.io/
MIT License
55 stars 3 forks source link

Support glob expansion with fans #9

Closed juyrjola closed 1 year ago

juyrjola commented 1 year ago

Wildcard glob expansion is currently supported only on temperature sensors. hwmon ordering can change on a per-boot basis for PWM devices, as well.

Moved expand_glob() into the common configparser.py file and changed the PWM-related classes to use glob expansion.