Uses of Class
io.github.zeroone3010.yahueapi.NewLightsSearchStatus
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi |
-
Uses of NewLightsSearchStatus in io.github.zeroone3010.yahueapi
Methods in io.github.zeroone3010.yahueapi that return NewLightsSearchStatus Modifier and Type Method Description NewLightsSearchStatusNewLightsResult. getStatus()Status of searching for new lights:ACTIVEif there is a search currently going on, [@code NONE} if no search has been performed since the Bridge was last rebooted, andCOMPLETEDif a search has been finished.static NewLightsSearchStatusNewLightsSearchStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NewLightsSearchStatus[]NewLightsSearchStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.github.zeroone3010.yahueapi with parameters of type NewLightsSearchStatus Constructor Description NewLightsResult(Collection<Light> newLights, NewLightsSearchStatus status, ZonedDateTime lastSearchTime)