public static enum ModifyBrightnessCmd.ModeType extends Enum<ModifyBrightnessCmd.ModeType>
Enum Constant and Description |
---|
CLOCK
定时调亮。以半小时为单位调整亮度。
|
MANUAL
手动调亮。全时区单一亮度值。
|
SENSOR_AUTO
传感器自动偵測。
|
SENSOR_WITH_ENV
传感器使用客制化环境條件检测亮度。
|
Modifier and Type | Field and Description |
---|---|
byte |
value |
Modifier and Type | Method and Description |
---|---|
static ModifyBrightnessCmd.ModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifyBrightnessCmd.ModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModifyBrightnessCmd.ModeType SENSOR_WITH_ENV
public static final ModifyBrightnessCmd.ModeType SENSOR_AUTO
public static final ModifyBrightnessCmd.ModeType CLOCK
public static final ModifyBrightnessCmd.ModeType MANUAL
public static ModifyBrightnessCmd.ModeType[] values()
for (ModifyBrightnessCmd.ModeType c : ModifyBrightnessCmd.ModeType.values()) System.out.println(c);
public static ModifyBrightnessCmd.ModeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 onbon4j. All rights reserved.