SMART output for Temperature_Celsius often includes extra sensor data in parentheses like "26 (0 14 0 0 0)". The previous awk command was finding "0" from the parenthetical instead of the actual temperature. Now strips parenthetical content with sed before extracting the last numeric value. Fixes: #11 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
46 KiB
46 KiB