pub async fn send(device_id: &str, msg: RhpServerMsg) -> boolExpand description
Push one control message to a connected device. Returns true if it was
queued (the device is connected and its channel is not full/closed). A closed
channel is pruned so it isn’t retried.