nvme temp parsing fix
This commit is contained in:
@ -667,7 +667,7 @@ class SystemHealthMonitor:
|
|||||||
|
|
||||||
def _parse_smart_value(self, raw_value: str) -> int:
|
def _parse_smart_value(self, raw_value: str) -> int:
|
||||||
"""
|
"""
|
||||||
Parse SMART values handling different formats
|
Parse SMART values handling different formats including NVMe temperature readings
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
# Handle temperature values with °C
|
# Handle temperature values with °C
|
||||||
|
|||||||
Reference in New Issue
Block a user