fix: make system health temp optional (#2247)

This commit is contained in:
Manuel
2025-02-04 19:10:12 +01:00
committed by GitHub
parent 8058b6207a
commit da09826393
3 changed files with 8 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ export interface HealthMonitoring {
};
rebootRequired: boolean;
availablePkgUpdates: number;
cpuTemp: number;
cpuTemp: number | undefined;
fileSystem: {
deviceName: string;
used: string;