Class TargetHorizontalTiltAngleCharacteristic
- 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.windowcovering.TargetHorizontalTiltAngleCharacteristic
-
- All Implemented Interfaces:
Characteristic
,EventableCharacteristic
public class TargetHorizontalTiltAngleCharacteristic extends IntegerCharacteristic implements EventableCharacteristic
This characteristic describes the target angle of horizontal slats for accessories.
-
-
Constructor Summary
Constructors Constructor Description TargetHorizontalTiltAngleCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<java.lang.Integer>> getter, ExceptionalConsumer<java.lang.Integer> setter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.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
getType, setJsonValue, setValue, subscribe, supplyValue, toJson, unsubscribe
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.hapjava.characteristics.Characteristic
getType, setValue, supplyValue, toJson
-
Methods inherited from interface io.github.hapjava.characteristics.EventableCharacteristic
subscribe, unsubscribe
-
-
-
-
Constructor Detail
-
TargetHorizontalTiltAngleCharacteristic
public TargetHorizontalTiltAngleCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<java.lang.Integer>> getter, ExceptionalConsumer<java.lang.Integer> setter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
-
-