Blink

Let your visualization device blink in a certain color.

Table of contents

  1. Structure
  2. Validation
  3. Restrictions

Structure

For the blink visualization app you can adjust the blinks per second (bps), the blink duration (blinkDuration) and the color of the blinks but none of these parameters is necessary.

{
  "type": "BLINK",
  "config": {
    "bps": "2.0",
    "blinkDuration": "0.25",
    "color": "Red"
  }
}
{
  "type": "BLINK",
  "config": {
  }
}

Validation

Config parameter Description Required Allowed Values Default
bps Blinks per second   0 < bps < 10 (double or integer allowed) 1.0
blinkDuration Time (s) of a blink   blinkDuration > 0 (double or integer allowed) 0.25
color Color of the blink   Color Handling White

Restrictions

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