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