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