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

SmartConnect library for Puck.js #370

Open
gfwilliams opened this issue Jun 21, 2017 · 0 comments
Open

SmartConnect library for Puck.js #370

gfwilliams opened this issue Jun 21, 2017 · 0 comments

Comments

@gfwilliams
Copy link
Member

For instance:

require("SmartConnect").connect(
  {name:"..."},
  {service:"...",
   characteristic:"....",
   timeout:10, // seconds
}).then(function(gatt, characteristic) {
  characteristic.writeValue(...);
});

So the Puck can connect and stay connected, but after 10 secs of inactivity it disconnects. It's a really common thing to want to do.

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

No branches or pull requests

1 participant