Report TODs to influx
This commit is contained in:
@@ -116,6 +116,7 @@ pub struct UCCMConfig {
|
||||
pub baud: u32,
|
||||
pub status_interval: std::time::Duration,
|
||||
pub timeout: std::time::Duration,
|
||||
pub measurement: String,
|
||||
}
|
||||
|
||||
impl Default for UCCMConfig {
|
||||
@@ -126,6 +127,7 @@ impl Default for UCCMConfig {
|
||||
baud: 57600,
|
||||
status_interval: std::time::Duration::from_secs(10),
|
||||
timeout: std::time::Duration::from_secs(1),
|
||||
measurement: "uccm_gpsdo".into(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user