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