summaryrefslogtreecommitdiffstats
path: root/examples/hello_world.json
blob: 295b10d5cecb40a7a7dd6e93883eb0ff26af5a8d (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
{
  "kls": "Edoors::Spin",
  "timestamp": "2012-06-10 23:17:15 +0200",
  "name": "dom0",
  "hibernation": false,
  "inner_room": {
    "iotas": {
      "input": {
        "kls": "InputDoor",
        "name": "input"
      },
      "output": {
        "kls": "OutputDoor",
        "name": "output"
      }
    },
    "links": {
      "input": [
        {
          "kls": "Edoors::Link",
          "src": "input",
          "dsts": "output",
          "fields": null,
          "cond_fields": null,
          "cond_value": null
        }
      ]
    }
  },
  "sys_fifo": [

  ],
  "app_fifo": [

  ],
  "debug_errors": false,
  "debug_routing": false
}