-
-
Notifications
You must be signed in to change notification settings - Fork 4
Profiles
Aaron Blakely edited this page Jun 16, 2023
·
3 revisions
macfand uses profiles to provide a known working configuration. These profiles contain information such as sensor and fan labels and a default configuration for that model which will be overridden by /etc/macfand.conf
values.
This is the default configuration to be used if values aren't specified by the user config file. See Configuration for information about the values for this element.
presets = {
blacklist = ();
}
profile = {
sensor_desc = (
{
sensor = "IC0C";
value = "CPU Core";
},
);
fan_desc = (
{
num = 1;
value = "CPU";
}
);
};
This element is used to assign human readable names to sensors and fans.