aboutsummaryrefslogtreecommitdiffstats
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.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf.d/project/etc/sources-txc.json b/conf.d/project/etc/sources-txc.json
index 4404d60..77bc99b 100644
--- a/conf.d/project/etc/sources-txc.json
+++ b/conf.d/project/etc/sources-txc.json
@@ -6,11 +6,13 @@
"api": "txc",
"info": "Use TXC demo binding as signals provider",
"init": {
- "function": "api://txc/start",
+ "uri": "api://txc",
+ "function": "start",
"args": {"filename": "var/nyc-downtown-crosstown.json"}
},
"getSignals": {
- "function": "api://txc/subscribe"
+ "uri": "api://txc",
+ "function": "subscribe"
}
}
]