| Modifier and Type | Method | Description |
|---|---|---|
CompletableFuture<String> |
initializeApiConnection(String appName) |
Returns a
CompletableFuture that completes once you push the button on the Hue Bridge. |
public CompletableFuture<String> initializeApiConnection(String appName)
CompletableFuture that completes once you push the button on the Hue Bridge. Returns an API
key that you should use for any subsequent calls to the Bridge API.appName - The name of your application.CompletableFuture with an API key for your application. You should store this key for future usage.Copyright © 2020. All rights reserved.