mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-05-13 17:39:41 +00:00
feat: temperature info
This commit is contained in:
@@ -43,8 +43,13 @@ export interface NezhaServerStatus {
|
||||
tcp_conn_count: number;
|
||||
udp_conn_count: number;
|
||||
process_count: number;
|
||||
temperatures: number;
|
||||
gpu: number;
|
||||
temperatures: temperature[];
|
||||
gpu: number[];
|
||||
}
|
||||
|
||||
interface temperature {
|
||||
Name: string;
|
||||
Temperature: number;
|
||||
}
|
||||
|
||||
export interface ServerGroupResponse {
|
||||
|
||||
Reference in New Issue
Block a user