Interface AccessoryWithHoldPosition
-
public interface AccessoryWithHoldPositionAccessory with hold position
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Void>setHoldPosition(boolean hold)Sets the hold position state
-
-
-
Method Detail
-
setHoldPosition
CompletableFuture<Void> setHoldPosition(boolean hold) throws Exception
Sets the hold position state- Parameters:
hold- whether or not to hold the current position state- Returns:
- a future that completes when the change is made
- Throws:
Exception- when the change cannot be made
-
-