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 void
DoorService. addOptionalCharacteristic(ObstructionDetectedCharacteristic obstructionDetectedCharacteristic)
void
WindowCoveringService. addOptionalCharacteristic(ObstructionDetectedCharacteristic obstructionDetectedCharacteristic)
void
WindowService. addOptionalCharacteristic(ObstructionDetectedCharacteristic obstructionDetectedCharacteristic)
Constructors in io.github.hapjava.services.impl with parameters of type ObstructionDetectedCharacteristic Constructor Description GarageDoorOpenerService(CurrentDoorStateCharacteristic currentState, TargetDoorStateCharacteristic targetState, ObstructionDetectedCharacteristic obstruction)
-