-
Methods in io.github.zeroone3010.yahueapi that return types with arguments of type Room
| Modifier and Type |
Method |
Description |
java.util.Collection<Room> |
Hue.getGroupsOfType(GroupType... groupTypes) |
Returns all groups of lights that match any of the specified group types.
|
java.util.Optional<Room> |
Hue.getRoomByName(java.lang.String roomName) |
Returns a specific room by its name.
|
java.util.Collection<Room> |
Hue.getRooms() |
Returns all the rooms configured into the Bridge.
|
java.util.Optional<Room> |
Hue.getZoneByName(java.lang.String zoneName) |
Returns a specific zone by its name.
|
java.util.Collection<Room> |
Hue.getZones() |
Returns all the zones configured into the Bridge.
|