Comparing master...prod_test · python-zeroconf/python-zeroconf
Commits on Apr 1, 2024
-
feat: make async_get_service_info available on the Zeroconf object
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
-
feat: make async_get_service_info available on the Zeroconf object
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