mirror of
https://github.com/csehviktor/status-monitor.git
synced 2025-08-08 18:06:14 +02:00
implement cpu temperature
This commit is contained in:
@@ -23,6 +23,7 @@ pub struct CPU {
|
||||
pub usage: f32,
|
||||
pub threads: usize,
|
||||
pub breakdown: CpuBreakdown,
|
||||
pub temperature: f32,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
|
||||
|
||||
Reference in New Issue
Block a user