Uses of Interface
io.github.zeroone3010.yahueapi.v2.Light
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi.v2 |
-
Uses of Light in io.github.zeroone3010.yahueapi.v2
Classes in io.github.zeroone3010.yahueapi.v2 that implement Light Modifier and Type Class Description classLightImplMethods in io.github.zeroone3010.yahueapi.v2 that return types with arguments of type Light Modifier and Type Method Description Optional<Light>Group. getLightByName(String lightName)Returns one light, if found by the given name.Optional<Light>GroupImpl. getLightByName(String lightName)Collection<Light>Group. getLights()Returns all the lights that have been assigned to this group.Collection<Light>GroupImpl. getLights()Map<UUID,Light>Hue. getLights()Returns all the lights configured into the Bridge.Constructor parameters in io.github.zeroone3010.yahueapi.v2 with type arguments of type Light Constructor Description GroupImpl(UUID id, ResourceType type, String name, List<Scene> scenes, Supplier<Collection<Light>> lights, Supplier<GroupedLightResource> stateProvider, Function<UpdateLight,String> stateSetter)