List of temperature sensors thinkfan will monitor.
This section slightly departs from the thinkfan.conf syntax. The type and path must be specified like this:
type = "tpacpi"; query = "/proc/acpi/ibm/thermal";
instead of a single declaration like: - tpacpi: /proc/acpi/ibm/thermal
.Declarations
Type
list of (attribute set of (YAML value))
Default
[
{
query = "/proc/acpi/ibm/thermal";
type = "tpacpi";
}
]