Uses of Class
io.github.hapjava.characteristics.impl.televisionspeaker.VolumeSelectorEnum
- 
Packages that use VolumeSelectorEnum Package Description io.github.hapjava.accessories.optionalcharacteristic io.github.hapjava.characteristics.impl.televisionspeaker  - 
- 
Uses of VolumeSelectorEnum in io.github.hapjava.accessories.optionalcharacteristic
Methods in io.github.hapjava.accessories.optionalcharacteristic with parameters of type VolumeSelectorEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>AccessoryWithVolumeSelector. setVolumeSelector(VolumeSelectorEnum value)Sets the volume selector - 
Uses of VolumeSelectorEnum in io.github.hapjava.characteristics.impl.televisionspeaker
Methods in io.github.hapjava.characteristics.impl.televisionspeaker that return VolumeSelectorEnum Modifier and Type Method Description static VolumeSelectorEnumVolumeSelectorEnum. fromCode(java.lang.Integer code)static VolumeSelectorEnumVolumeSelectorEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VolumeSelectorEnum[]VolumeSelectorEnum. 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.televisionspeaker with type arguments of type VolumeSelectorEnum Constructor Description VolumeSelectorCharacteristic(ExceptionalConsumer<VolumeSelectorEnum> setter) 
 -