Uses of Interface
io.github.zeroone3010.yahueapi.Room
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi |
-
Uses of Room in io.github.zeroone3010.yahueapi
Methods in io.github.zeroone3010.yahueapi that return Room Modifier and Type Method Description RoomHue. getAllLights()Returns all lights known by the Bridge.Methods in io.github.zeroone3010.yahueapi that return types with arguments of type Room 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)Deprecated.UseHue.getRoomByName(String)instead.Collection<Room>Hue. getRooms()Deprecated.UseHue.getRooms()instead.Optional<Room>Hue. getZoneByName(String zoneName)Deprecated.UseHue.getZoneByName(String)instead.Collection<Room>Hue. getZones()Deprecated.UseHue.getZones()instead.