Uses of Interface
io.github.zeroone3010.yahueapi.v2.Scene
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi.v2 |
-
Uses of Scene in io.github.zeroone3010.yahueapi.v2
Classes in io.github.zeroone3010.yahueapi.v2 that implement Scene Modifier and Type Class Description classSceneImplMethods in io.github.zeroone3010.yahueapi.v2 that return types with arguments of type Scene Modifier and Type Method Description Optional<Scene>Group. getSceneByName(String sceneName)Returns the scene matching the given human-readable name, if one exists.Optional<Scene>GroupImpl. getSceneByName(String sceneName)List<Scene>Group. getScenes()Lists all scenes that can be used with this group.List<Scene>GroupImpl. getScenes()Constructor parameters in io.github.zeroone3010.yahueapi.v2 with type arguments of type Scene Constructor Description GroupImpl(UUID id, ResourceType type, String name, List<Scene> scenes, Supplier<Collection<Light>> lights, Supplier<GroupedLightResource> stateProvider, Function<UpdateLight,String> stateSetter, Function<Collection<Light>,String> lightsSetter)