summaryrefslogtreecommitdiffstats
path: root/examples/board.json
blob: 40a8e20c07b92e4c819e8947ac111dab0bd03648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "kls": "Edoors::Spin",
  "timestamp": "2012-06-28 14:37:21 +0200",
  "name": "dom0",
  "hibernation": false,
  "inner_room": {
    "iotas": {
      "input": {
        "kls": "FileReader",
        "name": "input",
        "filepath": "./examples/data.json"
      },
      "filter": {
        "kls": "Filter",
        "name": "filter"
      },
      "stats": {
        "kls": "Stats",
        "name": "stats",
        "postponed": {
        }
      },
      "output": {
        "kls": "OutputDoor",
        "name": "output"
      }
    },
    "links": {
      "input": [
        {
          "kls": "Edoors::Link",
          "src": "input",
          "dsts": [
            "filter",
            "stats?follow",
            "output"
          ],
          "keys": "filter_value",
          "value": null
        }
      ]
    }
  },
  "sys_fifo": [

  ],
  "app_fifo": [

  ],
  "debug_garbage": false,
  "debug_routing": false
}