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