identify storage temperature sensors by their actual block device (#315)

This commit is contained in:
MacRimi
2026-08-27 23:18:50 +02:00
parent d13f5ed900
commit abf0f7fbf8
8 changed files with 537 additions and 55 deletions
+5
View File
@@ -7,6 +7,11 @@ export interface Temperature {
high?: number
critical?: number
adapter?: string
type?: "cpu" | "gpu" | "nvme" | "hdd" | "ssd" | "storage" | "pci" | "other"
device?: string
devices?: string[]
model?: string
serial?: string
}
export interface PowerMeter {