We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce8b14 commit 4fb6cd3Copy full SHA for 4fb6cd3
src/sensors/mod.rs
@@ -47,6 +47,8 @@ pub struct SensorMetadata {
47
pub location: Option<String>,
48
#[serde(skip_serializing_if = "Option::is_none")]
49
pub description: Option<String>,
50
+ #[serde(skip_serializing_if = "Option::is_none")]
51
+ pub lastchange: Option<u64>,
52
}
53
54
/// Common information describing any sensor which requires a specified location.
0 commit comments