diff options
Diffstat (limited to 'examples/hello_world.json')
-rw-r--r-- | examples/hello_world.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/hello_world.json b/examples/hello_world.json new file mode 100644 index 0000000..295b10d --- /dev/null +++ b/examples/hello_world.json @@ -0,0 +1,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 +} |