Pulse

Let your visualization device pulsate between two colors


Structure

For the pulse visualization app you need to define two colors between a pulsating (transition) should be going on. Note that you can also to a pulse for a single color if you set one of the colors to black. You can adjust the transition time (s) between the two colors.

{
  "type": "PULSE",
  "config": {
    "transitionTime": "2.0",
    "colorStart": "Red",
    "colorEnd": "Blue"
  }
}

Single color pulse

{
  "type": "PULSE",
  "config": {
    "transitionTime": "4.0",
    "colorStart": "Red",
    "colorEnd": "Black"
  }
}

Validation

Config parameter Description Required Allowed Values Default
transitionTime Transition time (s) between the two colors   transitionTime > 0 (double or integer allowed) 4.0
colorStart Start color of pulse   Color Handling White
colorEnd End color of pulse   Color Handling Black

Restrictions

The pulse visualization app does not yet work with a hdmi device output.