Uses of Class
io.github.hapjava.characteristics.impl.television.PowerModeEnum
-
Packages that use PowerModeEnum Package Description io.github.hapjava.accessories.optionalcharacteristic io.github.hapjava.characteristics.impl.television -
-
Uses of PowerModeEnum in io.github.hapjava.accessories.optionalcharacteristic
Methods in io.github.hapjava.accessories.optionalcharacteristic with parameters of type PowerModeEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
AccessoryWithPowerMode. setPowerMode(PowerModeEnum mode)
Set the power mode. -
Uses of PowerModeEnum in io.github.hapjava.characteristics.impl.television
Methods in io.github.hapjava.characteristics.impl.television that return PowerModeEnum Modifier and Type Method Description static PowerModeEnum
PowerModeEnum. fromCode(java.lang.Integer code)
static PowerModeEnum
PowerModeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PowerModeEnum[]
PowerModeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in io.github.hapjava.characteristics.impl.television with type arguments of type PowerModeEnum Constructor Description PowerModeCharacteristic(ExceptionalConsumer<PowerModeEnum> setter)
-