Files
pulse/internal/smartctl
rcourtman 2ba590d994 fix: fall back to SMART attributes 194/190 for disk temperature
When the top-level temperature.current field is 0 or missing (common
on some SATA drives), temperature was reported as 0°C with no fallback.
Now extracts temperature from ATA SMART attribute 194 (Temperature_Celsius)
or 190 (Airflow_Temperature_Cel) as a fallback.

Fixes #1243
2026-02-11 09:09:55 +00:00
..