Interface AccessoryWithHoldPosition
-
public interface AccessoryWithHoldPosition
Accessory with hold position
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
setHoldPosition(boolean hold)
Sets the hold position state
-
-
-
Method Detail
-
setHoldPosition
java.util.concurrent.CompletableFuture<java.lang.Void> setHoldPosition(boolean hold) throws java.lang.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:
java.lang.Exception
- when the change cannot be made
-
-