Uses of Class
io.github.hapjava.characteristics.impl.common.ObstructionDetectedCharacteristic
-
Packages that use ObstructionDetectedCharacteristic Package Description io.github.hapjava.services.impl -
-
Uses of ObstructionDetectedCharacteristic in io.github.hapjava.services.impl
Methods in io.github.hapjava.services.impl with parameters of type ObstructionDetectedCharacteristic Modifier and Type Method Description voidDoorService. addOptionalCharacteristic(ObstructionDetectedCharacteristic obstructionDetectedCharacteristic)voidWindowCoveringService. addOptionalCharacteristic(ObstructionDetectedCharacteristic obstructionDetectedCharacteristic)voidWindowService. addOptionalCharacteristic(ObstructionDetectedCharacteristic obstructionDetectedCharacteristic)Constructors in io.github.hapjava.services.impl with parameters of type ObstructionDetectedCharacteristic Constructor Description GarageDoorOpenerService(CurrentDoorStateCharacteristic currentState, TargetDoorStateCharacteristic targetState, ObstructionDetectedCharacteristic obstruction)
-