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