pub async fn get_device_info( service: &ManagerProxy, device_filter: &[String], exact_match: bool, ) -> Result<Vec<NodeInfo>>
Combines pagination results into a single vector.