summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-10-19 12:18:41 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-08 14:45:39 -0500
commit3d57f507b41860d11059904e87da61b4f25cfd82 (patch)
treed20ad3953b1e6d9379003b1fc7085e2691969b1d /README.md
parent49aefb3176d0a4c6d60ece4884d3850bcf9f75ca (diff)
downloadphosphor-inventory-manager-3d57f507b41860d11059904e87da61b4f25cfd82.tar.gz
phosphor-inventory-manager-3d57f507b41860d11059904e87da61b4f25cfd82.zip
Enable filtering of signal matches
Provide tooling to enable specification of pre-implemented filtering functors for signal matches. Add a default 'none' filter to be used when a filter isn't specified. Change-Id: I3549d8cf44c5f475626875fa94ca3ee8f74d6d26 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index a06a572..e2415c0 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,20 @@ Subsequent tags are defined by the event type.
Supported match tags are:
* signature - A DBus match specification.
+* filter - A filter to apply when a match occurs.
+
+----
+**filter**
+Supported filter tags are:
+
+* name - The name of the filter.
+* args - An optional list of arguments to pass to the filter.
+* value - The argument value.
+* type - The argument type (defaults to string if unspecified).
+
+The available filters provided by PIM are:
+
+* none - A non-filter.
----
OpenPOWER on IntegriCloud