summaryrefslogtreecommitdiff
path: root/examples/dbusconfig.in.json
blob: d554f4f5bd9af6c897ae959e1fae01cfeacdf503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"sources" : [
		{
			"name" : "ExampleSouce",
			"path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so",
			"delay" : "6"
		}
	],
	"sinks": [
		{
			"name" : "DBusSink",
			"path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so",
			"frequency" : "30"
		}

	]
}