pub async fn alert<L: FrameLink>(
device: &mut UlcpDevice<L>,
op: Option<AlertOp>,
) -> Result<()>Expand description
Report or drive the locate alert (PROP_ALERT).
Deliberately outside the auto-save path: the alert is live behavior that no snapshot carries, so there is nothing to persist.