summaryrefslogtreecommitdiffstats
path: root/examples/hello_world.json
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-10 23:35:01 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-10 23:35:01 +0200
commitb643db44cb4cf91b7b5d2a2dd4a46c29eee9ccfb (patch)
tree2f6897345a1365eb3e66bf09a6483e71f98b1404 /examples/hello_world.json
parentb3c15d2d42c9be803cd55d52b0566041c8a1420e (diff)
downloadedoors-ruby-b643db44cb4cf91b7b5d2a2dd4a46c29eee9ccfb.zip
edoors-ruby-b643db44cb4cf91b7b5d2a2dd4a46c29eee9ccfb.tar.gz
add examples
Diffstat (limited to 'examples/hello_world.json')
-rw-r--r--examples/hello_world.json38
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
+}