Uses of Class
io.github.hapjava.characteristics.impl.filtermaintenance.FilterChangeIndicationEnum
-
Packages that use FilterChangeIndicationEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.characteristics.impl.filtermaintenance -
-
Uses of FilterChangeIndicationEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type FilterChangeIndicationEnum Modifier and Type Method Description CompletableFuture<FilterChangeIndicationEnum>FilterMaintenanceAccessory. getFilterChangeIndication()The filter change indictaion. -
Uses of FilterChangeIndicationEnum in io.github.hapjava.characteristics.impl.filtermaintenance
Methods in io.github.hapjava.characteristics.impl.filtermaintenance that return FilterChangeIndicationEnum Modifier and Type Method Description static FilterChangeIndicationEnumFilterChangeIndicationEnum. fromCode(Integer code)static FilterChangeIndicationEnumFilterChangeIndicationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterChangeIndicationEnum[]FilterChangeIndicationEnum. 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.filtermaintenance with type arguments of type FilterChangeIndicationEnum Constructor Description FilterChangeIndicationCharacteristic(Supplier<CompletableFuture<FilterChangeIndicationEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-