pub trait StatusModifier: Send + Sync { fn modify(&self, status: &mut Status); }
StatusModifiers are used to modify the status
StatusModifier
Called after all registered sensors are read