fix: omv invalid temperature when not available (#2322)
This commit is contained in:
@@ -21,7 +21,7 @@ export interface HealthMonitoring {
|
||||
}[];
|
||||
smart: {
|
||||
deviceName: string;
|
||||
temperature: number;
|
||||
temperature: number | null;
|
||||
overallStatus: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user