Set Value

Modify the value of a Status Indicator key or dial
Preview
Preview

Parameters

Button IDrequired
Text
  • If you give multiple buttons the same ID, all will be modified simultaneously
  • You can utilize %variables% here to dynamically modify certain buttons
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)