This commit is contained in:
2025-10-12 18:39:03 +02:00
parent 0656af17f2
commit 75910610e4
3 changed files with 22 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ pub struct ServiceSummary {
#[serde(default)]
pub cpu_load_15: f32,
#[serde(default)]
pub cpu_cstate: Option<String>,
pub cpu_cstate: Option<Vec<String>>,
#[serde(default)]
pub cpu_temp_c: Option<f32>,
#[serde(default)]