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 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 CurrentAirPurifierStateEnumCurrentAirPurifierStateEnum. fromCode(Integer code)static CurrentAirPurifierStateEnumCurrentAirPurifierStateEnum. valueOf(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(Supplier<CompletableFuture<CurrentAirPurifierStateEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-