pub mod antenna; pub mod known_position; #[derive(Debug, serde::Serialize, serde::Deserialize)] pub struct DeviceReport { pub data: Vec, }