Set Value

Modify the value of a Status Indicator key or dial
Set Value Dialog
Set Value Dialog

Parameters

ElgatoStreamDeckButtonId
Value
Number | Text

The new value for your selected Status Indicator

Supports text or numeric values, depending on your indicator configuration

Special Values

  • Reset Sparkline: You can reset a Sparkline chart by sending an empty value
  • Increment: You can increment a numeric value by passing +=[value], e.g. +=1
  • Decrement: You can decrement a numeric value by passing -=[value], e.g. -=1
  • Multiply: You can multiply a numeric value by passing *=[value], e.g. *=1
  • Divide: You can divide a numeric value by passing /=[value], e.g. /=1

C# Usage

public void StreamDeckSetValue(string buttonId, string value)