Enhancement: add "Temperature" label to list of possible CPU sensors (#6331)

This commit is contained in:
shamoon
2026-02-16 00:09:14 -08:00
committed by GitHub
parent 09bab7637e
commit ea527e4fb1

View File

@@ -11,7 +11,7 @@ import Resource from "../widget/resource";
import Resources from "../widget/resources";
import WidgetLabel from "../widget/widget_label";
const cpuSensorLabels = ["cpu_thermal", "Core", "Tctl"];
const cpuSensorLabels = ["cpu_thermal", "Core", "Tctl", "Temperature"];
function convertToFahrenheit(t) {
return (t * 9) / 5 + 32;