feat: make async_get_service_info available on the Zeroconf object by bdraco · Pull Request #1366 · python-zeroconf/python-zeroconf

@bdraco changed the title feat: Make async_get_service_info available on the Zeroconf object feat: make async_get_service_info available on the Zeroconf object

Apr 1, 2024
Since the AsyncServiceBrowser will return a Zeroconf object, it was
not obvious how to do an async lookup because only get_service_info
was exposed on the Zeroconf object. async_get_service_info has been
moved to the Zeroconf object, and AsyncZeroconf.async_get_service_info
now wraps this method

related issue #1286
Since the AsyncServiceBrowser will return a Zeroconf object, it was
not obvious how to do an async lookup because only get_service_info
was exposed on the Zeroconf object. async_get_service_info has been
moved to the Zeroconf object, and AsyncZeroconf.async_get_service_info
now wraps this method

@bdraco

@bdraco bdraco marked this pull request as ready for review

April 1, 2024 19:39

@bdraco bdraco deleted the timeouts_docs branch

April 1, 2024 19:43