This commit is contained in:
committer@tuxwarrior
2026-02-26 20:08:39 -05:00
parent e0ad3deebc
commit d7558ebbd6

View File

@@ -160,7 +160,7 @@
// list all temperatures: `find /sys/devices -name "temp*_input"`
// pch_cometlake @ tuxwarrior (i found out by doing more on all tmp input files, and comparing with psensor values)
// `/sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input` ➔ `/sys/class/hwmon/hwmon6/temp1_input`
"hwmon-path": ["/sys/class/hwmon/hwmon6/temp1_input", "", "NOT_IN_USE/sys/class/hwmon/hwmon2/temp1_input"]
"hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input"
, "critical-threshold": 65
, "format-critical": "{temperatureC}°C "
, "format": "{temperatureC}°C "