Class IdentifierCharacteristic
- java.lang.Object
-
- io.github.hapjava.characteristics.impl.base.BaseCharacteristic<java.lang.Integer>
-
- io.github.hapjava.characteristics.impl.base.IntegerCharacteristic
-
- io.github.hapjava.characteristics.impl.common.IdentifierCharacteristic
-
- All Implemented Interfaces:
Characteristic
,EventableCharacteristic
public class IdentifierCharacteristic extends IntegerCharacteristic
-
-
Constructor Summary
Constructors Constructor Description IdentifierCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<java.lang.Integer>> getter)
-
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
getType, setJsonValue, setValue, subscribe, supplyValue, toJson, unsubscribe
-
-