Update type

This commit is contained in:
Marco De Araujo 2026-01-05 13:52:50 -04:00
parent 349e0cf3ff
commit 89bf217afd

View file

@ -13,7 +13,7 @@ pub struct HeartbeatEntry {
#[serde(skip)]
pub msg: String,
#[serde(default)]
pub ping: Option<u64>,
pub ping: Option<f32>,
}
#[derive(Debug, Clone, Deserialize, Serialize)]