Uses of Interface
io.github.zeroone3010.yahueapi.v2.Group
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi.v2 |
-
Uses of Group in io.github.zeroone3010.yahueapi.v2
Classes in io.github.zeroone3010.yahueapi.v2 that implement Group Modifier and Type Class Description classGroupImplMethods in io.github.zeroone3010.yahueapi.v2 that return types with arguments of type Group Modifier and Type Method Description Optional<Group>Hue. getRoomByName(String roomName)Returns a specific room by its name.Map<UUID,Group>Hue. getRooms()Returns all the rooms configured into the Bridge.Optional<Group>Hue. getZoneByName(String zoneName)Returns a specific zone by its name.Map<UUID,Group>Hue. getZones()Returns all the zones configured into the Bridge.