public static enum Prop.Names extends java.lang.Enum<Prop.Names>
| Enum Constant | Description |
|---|---|
BACKGROUND_LIGHT_BRIGHTNESS |
The brightness of the lamp in background mode.
|
BACKGROUND_LIGHT_COLOR_MODE |
The color mode in background mode.
|
BACKGROUND_LIGHT_COLOR_TEMPERATURE |
The color in rgb mode in background mode.
|
BACKGROUND_LIGHT_FLOW_PARAMETERS |
The parameters of the flow mode in background mode.
|
BACKGROUND_LIGHT_FLOWING |
The state of the color flow mode in background mode.
|
BACKGROUND_LIGHT_HUE |
The hue of the color in hsv mode in background mode.
|
BACKGROUND_LIGHT_POWER |
The background power state of the lamp.
|
BACKGROUND_LIGHT_RGB_COLOR |
The color in rgb mode in background mode.
|
BACKGROUND_LIGHT_SATURATION |
The saturation of the color in hsv mode in background mode.
|
BRIGHTNESS |
The brightness of the lamp.
|
COLOR_FLOW_ENABLED |
The state of the color flow mode.
|
COLOR_MODE |
The color mode.
|
COLOR_TEMPERATURE |
Color temperature of the lamp in color temperature mode.
|
DEVICE_NAME |
The lights name.
|
FLOW_PARAMETERS |
The parameters of the flow mode.
|
HUE |
The hue of the color in hsv mode.
|
MUSIC_MODE_ENABLED |
The state of the music mode.
|
NIGHT_MODE_BRIGHTNESS |
The brightness of the lamp in night mode.
|
POWER |
The power state of the lamp.
|
RGB_COLOR |
The color in rgb mode.
|
SATURATION |
The saturation of the color in hsv mode.
|
SLEEP_TIME_LEFT |
The remaining time of the sleep timer in minutes.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
static Prop.Names |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Prop.Names[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Prop.Names POWER
public static final Prop.Names BRIGHTNESS
public static final Prop.Names COLOR_TEMPERATURE
public static final Prop.Names RGB_COLOR
public static final Prop.Names HUE
public static final Prop.Names SATURATION
public static final Prop.Names COLOR_MODE
public static final Prop.Names COLOR_FLOW_ENABLED
public static final Prop.Names SLEEP_TIME_LEFT
public static final Prop.Names FLOW_PARAMETERS
public static final Prop.Names MUSIC_MODE_ENABLED
public static final Prop.Names DEVICE_NAME
public static final Prop.Names BACKGROUND_LIGHT_POWER
public static final Prop.Names BACKGROUND_LIGHT_FLOWING
public static final Prop.Names BACKGROUND_LIGHT_FLOW_PARAMETERS
public static final Prop.Names BACKGROUND_LIGHT_COLOR_TEMPERATURE
public static final Prop.Names BACKGROUND_LIGHT_COLOR_MODE
public static final Prop.Names BACKGROUND_LIGHT_BRIGHTNESS
public static final Prop.Names BACKGROUND_LIGHT_RGB_COLOR
public static final Prop.Names BACKGROUND_LIGHT_HUE
public static final Prop.Names BACKGROUND_LIGHT_SATURATION
public static final Prop.Names NIGHT_MODE_BRIGHTNESS
public static Prop.Names[] values()
for (Prop.Names c : Prop.Names.values()) System.out.println(c);
public static Prop.Names valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<Prop.Names>Copyright © 2018. All rights reserved.