Interface AccessoryWithHoldPosition


  • public interface AccessoryWithHoldPosition
    Accessory with hold position
    • 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