Class VolumeControlTypeCharacteristic
- java.lang.Object
-
- io.github.hapjava.characteristics.impl.base.BaseCharacteristic<Integer>
-
- io.github.hapjava.characteristics.impl.base.EnumCharacteristic<VolumeControlTypeEnum>
-
- io.github.hapjava.characteristics.impl.televisionspeaker.VolumeControlTypeCharacteristic
-
- All Implemented Interfaces:
Characteristic,EventableCharacteristic
public class VolumeControlTypeCharacteristic extends EnumCharacteristic<VolumeControlTypeEnum>
This characteristic indicates volume control type. SeeVolumeControlTypeEnumfor possible values.
-
-
Field Summary
-
Fields inherited from class io.github.hapjava.characteristics.impl.base.EnumCharacteristic
setter
-
-
Constructor Summary
Constructors Constructor Description VolumeControlTypeCharacteristic(Supplier<CompletableFuture<VolumeControlTypeEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-
Method Summary
-
Methods inherited from class io.github.hapjava.characteristics.impl.base.EnumCharacteristic
convert, getDefault, getValue, makeBuilder, setValue
-
Methods inherited from class io.github.hapjava.characteristics.impl.base.BaseCharacteristic
setJsonValue, setValue, subscribe, supplyValue, toJson, unsubscribe
-
-
-
-
Constructor Detail
-
VolumeControlTypeCharacteristic
public VolumeControlTypeCharacteristic(Supplier<CompletableFuture<VolumeControlTypeEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-
-