mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
2ba590d994
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