Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mdns] Add support for discovering multiple Things per MDNS service #3678

Closed

Commits on Jul 2, 2023

  1. [mdns] Add support for discovering multiple Things per MDNS service (C…

    …loses openhab#3677)
    
    Adds the optional methods createResults(...) and getThingUIDs(...) to the MDNSDiscoveryParticipant interface.
    They return an ArrayList<DiscoveryResult/ThingUID> containing the discovered things.
    Bindings implementing these interfaces should return null on createResult(...)/getThingUID(...) to avoid double detection.
    
    Signed-off-by: Richard Schleich <[email protected]>
    debug-richard committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    04acbe4 View commit details
    Browse the repository at this point in the history