Uses of Class
io.github.zeroone3010.yahueapi.HueBridge
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi.discovery |
-
Uses of HueBridge in io.github.zeroone3010.yahueapi.discovery
Methods in io.github.zeroone3010.yahueapi.discovery that return types with arguments of type HueBridge Modifier and Type Method Description java.util.concurrent.Future<java.util.List<HueBridge>>HueBridgeDiscoveryService. discoverBridges(java.util.function.Consumer<HueBridge> bridgeDiscoverer, HueBridgeDiscoveryService.DiscoveryMethod... discoveryMethods)Discover the Hue Bridges in the current network, using the given discovery methods.Method parameters in io.github.zeroone3010.yahueapi.discovery with type arguments of type HueBridge Modifier and Type Method Description java.util.concurrent.Future<java.util.List<HueBridge>>HueBridgeDiscoveryService. discoverBridges(java.util.function.Consumer<HueBridge> bridgeDiscoverer, HueBridgeDiscoveryService.DiscoveryMethod... discoveryMethods)Discover the Hue Bridges in the current network, using the given discovery methods.