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