Interface AccessoryWithHoldPosition


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