fix typo in metrics

This commit is contained in:
Keagan McClelland
2021-12-06 16:32:20 -07:00
committed by Aiden McClelland
parent 6ddc0a8ed4
commit 6ee0bf8636

View File

@@ -146,7 +146,7 @@ impl<'de> Deserialize<'de> for GigaBytes {
#[derive(Deserialize, Serialize, Clone, Debug)]
pub struct MetricsGeneral {
#[serde(rename = "Temparature")]
#[serde(rename = "Temperature")]
temperature: Celsius,
}
#[derive(Deserialize, Serialize, Clone, Debug)]