mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-20 21:56:43 +00:00
identify storage temperature sensors by their actual block device (#315)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user