diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 09:46:06 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 09:46:06 +0200 |
commit | 7cfcad744d3e18cbe8a9f71c43a0cad1e8fdd6b4 (patch) | |
tree | af1c388a8368b643e14c01ac706eefac91aa075d /examples/hello_world.json | |
parent | f5d31e6723182745c9e97b16192b42d84c52f3e0 (diff) | |
download | edoors-ruby-7cfcad744d3e18cbe8a9f71c43a0cad1e8fdd6b4.zip edoors-ruby-7cfcad744d3e18cbe8a9f71c43a0cad1e8fdd6b4.tar.gz |
update example to refelect API changesrewrite0
Diffstat (limited to 'examples/hello_world.json')
-rw-r--r-- | examples/hello_world.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/hello_world.json b/examples/hello_world.json index 295b10d..6635bca 100644 --- a/examples/hello_world.json +++ b/examples/hello_world.json @@ -1,6 +1,6 @@ { "kls": "Edoors::Spin", - "timestamp": "2012-06-10 23:17:15 +0200", + "timestamp": "2012-06-24 22:50:00 +0200", "name": "dom0", "hibernation": false, "inner_room": { @@ -20,9 +20,8 @@ "kls": "Edoors::Link", "src": "input", "dsts": "output", - "fields": null, - "cond_fields": null, - "cond_value": null + "keys": null, + "value": null } ] } @@ -33,6 +32,6 @@ "app_fifo": [ ], - "debug_errors": false, + "debug_garbage": false, "debug_routing": false } |