Class ActiveIdentifierCharacteristic
- java.lang.Object
-
- io.github.hapjava.characteristics.impl.base.BaseCharacteristic<Integer>
-
- io.github.hapjava.characteristics.impl.base.IntegerCharacteristic
-
- io.github.hapjava.characteristics.impl.common.ActiveIdentifierCharacteristic
-
- All Implemented Interfaces:
Characteristic,EventableCharacteristic
public class ActiveIdentifierCharacteristic extends IntegerCharacteristic
-
-
Constructor Summary
Constructors Constructor Description ActiveIdentifierCharacteristic(Supplier<CompletableFuture<Integer>> getter, ExceptionalConsumer<Integer> setter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-
Method Summary
-
Methods inherited from class io.github.hapjava.characteristics.impl.base.IntegerCharacteristic
convert, getDefault, getValue, makeBuilder, setValue
-
Methods inherited from class io.github.hapjava.characteristics.impl.base.BaseCharacteristic
setJsonValue, setValue, subscribe, supplyValue, toJson, unsubscribe
-
-
-
-
Constructor Detail
-
ActiveIdentifierCharacteristic
public ActiveIdentifierCharacteristic(Supplier<CompletableFuture<Integer>> getter, ExceptionalConsumer<Integer> setter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-
-