◐ Shell
reader mode source ↗
Skip to content
Permalink
base repository: python-zeroconf/python-zeroconf
base: master
...
head repository: python-zeroconf/python-zeroconf
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    7abf675 View commit details
    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
    bdraco committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7a39085 View commit details
    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
    bdraco committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    06143e2 View commit details
    Browse the repository at this point in the history
  4. chore: add more docs

    bdraco committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34cccc1 View commit details
    Browse the repository at this point in the history
Loading