-
Methods in io.github.zeroone3010.yahueapi that return types with arguments of type Light
| Modifier and Type |
Method |
Description |
java.util.Collection<Light> |
Room.addLight(Light newLight) |
Adds the given light into this group.
|
java.util.Optional<Light> |
Room.getLightByName(java.lang.String lightName) |
Returns one light, if found by the given name.
|
java.util.Collection<Light> |
Room.getLights() |
Returns all the lights that have been assigned to this group.
|
java.util.Collection<Light> |
NewLightsResult.getNewLights() |
The lights that were found the last time new lights were searched for, if any.
|
java.util.Optional<Light> |
Hue.getUnassignedLightByName(java.lang.String lightName) |
Returns a specific unassigned light by its name.
|
java.util.Collection<Light> |
Hue.getUnassignedLights() |
Returns all lights that do not belong to any group or zone.
|
java.util.Collection<Light> |
Room.removeLight(Light lightToBeRemoved) |
Removes the given light from this group.
|
java.util.concurrent.Future<java.util.Collection<Light>> |
Hue.searchForNewLights() |
Orders the Bridge to search for new lights.
|