io.github.zeroone3010.yahueapi.v2.NewLightsSearchStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yetanotherhueapi Show documentation
Show all versions of yetanotherhueapi Show documentation
A library for controlling Philips Hue lights.
The newest version!
package io.github.zeroone3010.yahueapi.v2;
public enum NewLightsSearchStatus {
/**
* A search for new lights is currently active, please check again soon.
*/
ACTIVE,
/**
* A search for new lights has not been performed since the last time the Bridge was rebooted.
*/
NONE,
/**
* A search for a new lights has been completed. Check {@link NewLightsResult#getLastSearchTime()} for the
* time when the search was completed.
*/
COMPLETED
}