Uses of Class
io.github.hapjava.characteristics.impl.lock.LockCurrentStateEnum
-
Packages that use LockCurrentStateEnum 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 LockCurrentStateEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type LockCurrentStateEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<LockCurrentStateEnum>
LockMechanismAccessory. getLockCurrentState()
Retrieves the lock current state. -
Uses of LockCurrentStateEnum in io.github.hapjava.accessories.optionalcharacteristic
Methods in io.github.hapjava.accessories.optionalcharacteristic that return types with arguments of type LockCurrentStateEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<LockCurrentStateEnum>
AccessoryWithLockCurrentState. getLockCurrentState()
Retrieves the lock states. -
Uses of LockCurrentStateEnum in io.github.hapjava.characteristics.impl.lock
Methods in io.github.hapjava.characteristics.impl.lock that return LockCurrentStateEnum Modifier and Type Method Description static LockCurrentStateEnum
LockCurrentStateEnum. fromCode(java.lang.Integer code)
static LockCurrentStateEnum
LockCurrentStateEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LockCurrentStateEnum[]
LockCurrentStateEnum. 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 LockCurrentStateEnum Constructor Description LockCurrentStateCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<LockCurrentStateEnum>> getter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
-