Set Value

Modify the value of a Status Indicator key or dial
Set Value Dialog
Set Value 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
Value
Number | Text

The new value for your selected Status Indicator

Supports text or numeric values, depending on your indicator configuration


Special Values

You can also use the following special formats to modify existing numeric values:

OperationFormatExample
Reset SparklineEmpty value
Increment+=[value]+=1
Decrement-=[value]-=1
Multiply*=[value]*=1
Divide/=[value]/=1

C# Usage

public void StreamDeckSetValue(string buttonId, string value)
Read more in API > C# > Methods > Elgato > Stream Deck > Set Value