-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Adding cmd line args to tv-casting-app for device type of commissioners to be discovered #9572
Adding cmd line args to tv-casting-app for device type of commissioners to be discovered #9572
Conversation
…rs to be discovered
Please update the summary to not include the 'example text' |
121538c
to
8e7a80e
Compare
…evice type, defaulting to 'all'
Updated the code. Waiting for andy31415@ to review/approve. :) |
I have validated that the 2 device types added as an example match the spec received (not yet in official spec, but the list I received from the spec writers) |
Looks like all checks passed. Could you (or someone else who has permissions) please merge this PR? |
Problem
The tv-casting-app could only discover a fixed, hard coded type of commissioner to request commissioning from.
Change overview
This change allows passing in a device type ("all" or a specific device type id) as a command line argument, so that the user can choose to request commissioning from a non-video player device (video player commissioner is still the default)
Testing
Tested against minimal-mdns to make sure the tv-casting-app is able to discover non-video player device type commissioners.