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 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.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.