Uses of Class
io.github.hapjava.characteristics.impl.slat.CurrentSlatStateEnum
-
Packages that use CurrentSlatStateEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.characteristics.impl.slat -
-
Uses of CurrentSlatStateEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type CurrentSlatStateEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<CurrentSlatStateEnum>
SlatAccessory. getSlatState()
Retrieves the current state of the slat -
Uses of CurrentSlatStateEnum in io.github.hapjava.characteristics.impl.slat
Methods in io.github.hapjava.characteristics.impl.slat that return CurrentSlatStateEnum Modifier and Type Method Description static CurrentSlatStateEnum
CurrentSlatStateEnum. fromCode(java.lang.Integer code)
static CurrentSlatStateEnum
CurrentSlatStateEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CurrentSlatStateEnum[]
CurrentSlatStateEnum. 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.slat with type arguments of type CurrentSlatStateEnum Constructor Description CurrentSlatStateCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<CurrentSlatStateEnum>> getter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
-