| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<Room> |
Hue.getGroupsOfType(GroupType... groupTypes) |
Returns all groups of lights that match any of the specified group types.
|
Optional<Room> |
Hue.getRoomByName(String roomName) |
Returns a specific room by its name.
|
Collection<Room> |
Hue.getRooms() |
Returns all the rooms configured into the Bridge.
|
Optional<Room> |
Hue.getZoneByName(String zoneName) |
Returns a specific zone by its name.
|
Collection<Room> |
Hue.getZones() |
Returns all the zones configured into the Bridge.
|
Copyright © 2020. All rights reserved.