summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sources-txc.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/sources-txc.json')
-rw-r--r--conf.d/project/etc/sources-txc.json17
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"
+ }
+ }
+ ]
+}