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