Knowledge Hub


HTML Picture

Sequence

The Element Sequence shows a number of inputs each for an identical period of time summing up to a defined total time. So, if you define the total time as one minute, a Sequence with two elements will show each one 30 seconds, a Sequence with three elements will show each one 20 seconds, ...

Inputs

input1

input2

input3

input4

input5

Parameters

duration

The duration of the whole sequence

Type: Timestamp

Default: 60

JSON Example

{
   "id": "someid",
   "type": "Sequence",
   "inputs": {
      "input1": "otherid",
      "input2": "otherid",
      "input3": "otherid",
      "input4": "otherid",
      "input5": "otherid"
   },
   "params": {
      "duration": "60"
   },
}