Deck App

Edit

Deck App: Switch Deck #

Switches to a different deck in your Deck App. If Client Name is left empty, the command is sent to all connected Deck Apps.

Box Name Type Description
Client Name String Name of your Deck App (set in the Deck App’s connection settings).
Select Deck/Enter ID Dropdown Dropdown of available decks to switch to.
Enable Deck Checkbox If this is ticked, the command will check if the deck is already enabled, and if not, the deck will be enabled before switching to it.


Edit

Deck App: Wait for Input #

Similar to Wait for User Input command, but the prompt will originate from the Deck App instead.
Command is available in Developer Mode.

Pauses a button execution for the specified amount of time, and a pop up message appears for the user asking for their input. Once the user presses OK or the time runs out, it resumes the button execution and continues with the rest of the commands.

Box Name Type Description
Client Name String Name of your Deck App (set in the Deck App’s connection settings).
Message String Popup message to show the user
Default Text String Default value prefilled in the input field
Timeout After Number Time in milliseconds before SAMMI resumes the button execution, leave empty to wait indefinitely
Save Variable As String Variable name to save the result


Edit

Deck App: Wait for Choice #

Similar to Wait for User Choice command, but the prompt will originate from SAMMI Panel instead.
Command is available in Developer Mode.

Pauses a button execution for the specified amount of time, and a pop up message appears for the user asking for their choice. Once the user presses OK or the time runs out, it resumes the button execution and continues with the rest of the commands.

Box Name Type Description
Client Name String Name of your Deck App (set in the Deck App’s connection settings).
Message String Popup message to show the user
Timeout After Number Time in milliseconds before SAMMI resumes the button execution, leave empty to wait indefinitely
Save Variable As String Variable name to save the result


Edit

Deck App: Wait for Multi Choice #

Command is available in Developer Mode.

Pauses a button execution for the specified amount of time, and a pop up message appears for the user asking for their choice. Once the user presses OK or the time runs out, it resumes the button execution and continues with the rest of the commands.

Box Name Type Description
Client Name String Name of your Deck App (set in the Deck App’s connection settings).
Message String Popup message to show the user
Default Choice String Default choice value, must be the exact match of one of the choices in the choice array
Choice Array name String Name of the array of choices to select from
Timeout After Number Time in milliseconds before SAMMI resumes the button execution, leave empty to wait indefinitely
Save Variable As String Variable name to save the result