summaryrefslogtreecommitdiff
path: root/plugins/dbus/README
blob: f902ffadee576904e5d3264d8f7784bdbf38039b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# DBus plugin                {#dbus_plugin}
Version: @PROJECT_VERSION@

This plugin provides a nice DBus API to application who want access to AMB data.

To use the DBus plugin, add the following to the "sinks" array in /etc/ambd/config:

~~~~~~~~~~~~~{.json}
{
	"name" : "dbussink",
	"path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so",
	"frequency" : "60"
}
~~~~~~~~~~~~~

## Configuration Key Definitions:

"name"
name of plugin.  This key is not used by the plugin at this moment.

"path"
path to plugin on the filesystem.

"frequency"
Frequency in Hz which AMB will fire dbus signals.  AMB will fire the most recent values at this rate.

Default: 60