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