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

Conversation

debug-richard
Copy link

Closes #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.

…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 debug-richard requested a review from a team as a code owner July 2, 2023 20:44
@kaikreuzer
Copy link
Member

This PR is subject to be closed, see #3677 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MDNSDiscoveryService support for detection of multiple things per mdns service
3 participants