"and code which it dont like:..." <- > <@holo:matrix.org> and code which it dont like: > ``` > #[derive(Serialize, Deserialize, Debug, Eq, PartialEq)] > struct Measurments { > cotwo: u16, > temp: f32, > humdt: f32, > } > ``` I just removed Eq from dervie and its working 🙂