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