◐ Shell
clean mode source ↗

Comparing master...prod_test · python-zeroconf/python-zeroconf

Commits on Apr 1, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. 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
    Configuration menu

    Browse the repository at this point in the history

  3. 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
    Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history