michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

The Link button. #147

Closed S0L4REDEV closed 6 years ago

S0L4REDEV commented 6 years ago

How do you make it so you don't have to click the link button every time?

michielpost commented 6 years ago

Every app has to register itself with the hub once. When the link button is pressed, you get a key back from the RegisterAsync function. You should save this key in your app's local storage and reuse it the next time.

S0L4REDEV commented 6 years ago

Thanks so much, dude!