diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-23 14:22:26 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-05 15:43:07 +0200 |
commit | 4e68c9f6d3b303dd326a42e69556b22e0fe88438 (patch) | |
tree | 0661fe2e03568d19969127def348ecb2f6368303 /conf.d/project/etc/sources-txc.json | |
parent | fadb09c791fca941cadf39c467a54bf150417c54 (diff) |
Make 2 set of configurations
1 for normal multi low level sources
1 for TXC-demo
Future goal will be to merge them
Also reorganize data resources files
Bump app-template:
Submodule conf.d/app-templates dd0cec7..30e78a5:
> Adding cmake file at the root directory
> Adds commit hash to the version.
> Change default sample settings.
Change-Id: I31838723da58fc33b25bc7cd5f42396a1805e34d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/sources-txc.json')
-rw-r--r-- | conf.d/project/etc/sources-txc.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf.d/project/etc/sources-txc.json b/conf.d/project/etc/sources-txc.json new file mode 100644 index 0000000..4404d60 --- /dev/null +++ b/conf.d/project/etc/sources-txc.json @@ -0,0 +1,17 @@ +{ + "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json", + "sources": [ + { + "uid": "TXC-demo", + "api": "txc", + "info": "Use TXC demo binding as signals provider", + "init": { + "function": "api://txc/start", + "args": {"filename": "var/nyc-downtown-crosstown.json"} + }, + "getSignals": { + "function": "api://txc/subscribe" + } + } + ] +} |