pub async fn get_device_info(
    service: &ManagerProxy,
    device_filter: &[String],
    exact_match: bool
) -> Result<Vec<NodeInfo>>
Expand description

Combines pagination results into a single vector.