Skip to content

[Enhancement] [vNext] Pairing with pin #34

@mitotomi

Description

@mitotomi

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    6.0.xv6.0.xenhancementNew feature or requestvNextMarked for upcoming release

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions