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