Set Title

Modify the title of a Stream Deck key or dial
Set Title Dialog
Set Title Dialog

Parameters

Button ID
Text

The ID of the Stream Deck button or dial to modify.

If you give multiple buttons the same ID, all will be modified simultaneously
You can utilize %variable% syntax to dynamically modify buttons with argument values
Title
Text

The new value to use as the button title

State
Number
Default:
0

Optionally select a specific button state to modify

For example, to modify the 2nd state of an Action Switch, set State to 1

C# Usage

public void StreamDeckSetTitle(string buttonId, string title)
Read more in API > C# > Methods > Elgato > Stream Deck > Set Title