diff options
Diffstat (limited to 'test/afb-test/etc/sources-txc.json')
-rw-r--r-- | test/afb-test/etc/sources-txc.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/afb-test/etc/sources-txc.json b/test/afb-test/etc/sources-txc.json new file mode 100644 index 0000000..5f41370 --- /dev/null +++ b/test/afb-test/etc/sources-txc.json @@ -0,0 +1,17 @@ +{ + "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json", + "sources": [ + { + "uid": "txc-binding-demo", + "api": "txc-binding", + "info": "Use txc-binding demo binding as signals provider", + "init": { + "action": "api://txc-binding#start", + "args": {"filename": "var/nyc-downtown-crosstown.json"} + }, + "getSignals": { + "action": "api://txc-binding#subscribe" + } + } + ] +} |