
The ID of the Stream Deck button or dial to modify.
%variable% syntax to dynamically modify buttons with argument valuesThe 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:
| Operation | Format | Example |
|---|---|---|
| Reset Sparkline | Empty value | |
| Increment | +=[value] | +=1 |
| Decrement | -=[value] | -=1 |
| Multiply | *=[value] | *=1 |
| Divide | /=[value] | /=1 |
public void StreamDeckSetValue(string buttonId, string value)