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

[Enhancement] [vNext] Pairing with pin #34

Open
mitotomi opened this issue Sep 3, 2024 · 4 comments
Open

[Enhancement] [vNext] Pairing with pin #34

mitotomi opened this issue Sep 3, 2024 · 4 comments
Labels
6.0.x v6.0.x enhancement New feature or request vNext Marked for upcoming release
Milestone

Comments

@mitotomi
Copy link

mitotomi commented Sep 3, 2024

I use this library to connect my application to devices. My devices have pin required for connection.
It would be great if we could have one more overload of method Pair on device that takes pin code in string and does the pairing.

var device = await adapter.GetDeviceAsync(address);
bool result = await device.PairAsync(pincode);

@DamianSuess
Copy link
Contributor

Thank you for using the library, it's good to hear from the users to keep this going.

That sounds like a great idea, let's make it happen!

@DamianSuess DamianSuess added the enhancement New feature or request label Sep 3, 2024
@DamianSuess DamianSuess added this to the 6.0.x milestone Sep 3, 2024
@mitotomi
Copy link
Author

mitotomi commented Sep 4, 2024

Probably one stupid question, but do you maybe know when could this happen? Thank you very much in advance.

@DamianSuess
Copy link
Contributor

@mitotomi, it's on the backlog for the upcoming 6.0 release spec'd for sometime in 2024-Q4.

If you'd like it in sooner, feel free to open a PR and I can get it in sooner

@mitotomi
Copy link
Author

mitotomi commented Sep 6, 2024

Thank you very much.
If I manage to do that will make a PR .

@DamianSuess DamianSuess added the 6.0.x v6.0.x label Sep 7, 2024
@DamianSuess DamianSuess changed the title Pairing with pin [Enhancement] [vNext] Pairing with pin Sep 7, 2024
@DamianSuess DamianSuess added the vNext Marked for upcoming release label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.0.x v6.0.x enhancement New feature or request vNext Marked for upcoming release
Projects
None yet
Development

No branches or pull requests

2 participants