Uses of Class
io.github.hapjava.characteristics.impl.televisionspeaker.VolumeControlTypeEnum
-
Packages that use VolumeControlTypeEnum Package Description io.github.hapjava.accessories.optionalcharacteristic io.github.hapjava.characteristics.impl.televisionspeaker -
-
Uses of VolumeControlTypeEnum in io.github.hapjava.accessories.optionalcharacteristic
Methods in io.github.hapjava.accessories.optionalcharacteristic that return types with arguments of type VolumeControlTypeEnum Modifier and Type Method Description CompletableFuture<VolumeControlTypeEnum>AccessoryWithVolumeControlType. getVolumeControlType()Retrieves the current volume control type. -
Uses of VolumeControlTypeEnum in io.github.hapjava.characteristics.impl.televisionspeaker
Methods in io.github.hapjava.characteristics.impl.televisionspeaker that return VolumeControlTypeEnum Modifier and Type Method Description static VolumeControlTypeEnumVolumeControlTypeEnum. fromCode(Integer code)static VolumeControlTypeEnumVolumeControlTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VolumeControlTypeEnum[]VolumeControlTypeEnum. 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 VolumeControlTypeEnum Constructor Description VolumeControlTypeCharacteristic(Supplier<CompletableFuture<VolumeControlTypeEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-