aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sources-txc.json
blob: 77bc99ba1697b3114c0dd01d4dbc27ed280fe3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"$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": {
				"uri": "api://txc",
				"function": "start",
				"args": {"filename": "var/nyc-downtown-crosstown.json"}
			},
			"getSignals": {
				"uri": "api://txc",
				"function": "subscribe"
			}
		}
	]
}