Uses of Class
io.github.hapjava.characteristics.impl.lock.LockTargetStateEnum
-
Packages that use LockTargetStateEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.accessories.optionalcharacteristic io.github.hapjava.characteristics.impl.lock -
-
Uses of LockTargetStateEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type LockTargetStateEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<LockTargetStateEnum>
LockMechanismAccessory. getLockTargetState()
Retrieves the lock target state.Methods in io.github.hapjava.accessories with parameters of type LockTargetStateEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
LockMechanismAccessory. setLockTargetState(LockTargetStateEnum state)
set lock target state the lock target state. -
Uses of LockTargetStateEnum in io.github.hapjava.accessories.optionalcharacteristic
Methods in io.github.hapjava.accessories.optionalcharacteristic that return types with arguments of type LockTargetStateEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<LockTargetStateEnum>
AccessoryWithLockTargetState. getLockTargetState()
Retrieves the lock states.Methods in io.github.hapjava.accessories.optionalcharacteristic with parameters of type LockTargetStateEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
AccessoryWithLockTargetState. setLockTargetState(LockTargetStateEnum state)
Sets the lock target state -
Uses of LockTargetStateEnum in io.github.hapjava.characteristics.impl.lock
Methods in io.github.hapjava.characteristics.impl.lock that return LockTargetStateEnum Modifier and Type Method Description static LockTargetStateEnum
LockTargetStateEnum. fromCode(java.lang.Integer code)
static LockTargetStateEnum
LockTargetStateEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LockTargetStateEnum[]
LockTargetStateEnum. 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.lock with type arguments of type LockTargetStateEnum Constructor Description LockTargetStateCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<LockTargetStateEnum>> getter, ExceptionalConsumer<LockTargetStateEnum> setter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
LockTargetStateCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<LockTargetStateEnum>> getter, ExceptionalConsumer<LockTargetStateEnum> setter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
-