Uses of Class
io.github.hapjava.characteristics.impl.carbonmonoxidesensor.CarbonMonoxideDetectedEnum
-
Packages that use CarbonMonoxideDetectedEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.characteristics.impl.carbonmonoxidesensor -
-
Uses of CarbonMonoxideDetectedEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type CarbonMonoxideDetectedEnum Modifier and Type Method Description CompletableFuture<CarbonMonoxideDetectedEnum>CarbonMonoxideSensorAccessory. getCarbonMonoxideDetectedState()Retrieves the state of the sensor that indicates if carbon monoxide has been detected. -
Uses of CarbonMonoxideDetectedEnum in io.github.hapjava.characteristics.impl.carbonmonoxidesensor
Methods in io.github.hapjava.characteristics.impl.carbonmonoxidesensor that return CarbonMonoxideDetectedEnum Modifier and Type Method Description static CarbonMonoxideDetectedEnumCarbonMonoxideDetectedEnum. fromCode(Integer code)static CarbonMonoxideDetectedEnumCarbonMonoxideDetectedEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CarbonMonoxideDetectedEnum[]CarbonMonoxideDetectedEnum. 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.carbonmonoxidesensor with type arguments of type CarbonMonoxideDetectedEnum Constructor Description CarbonMonoxideDetectedCharacteristic(Supplier<CompletableFuture<CarbonMonoxideDetectedEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-