blob: 3e11531f065f20192f93aba0e79bd6ef66f7f928 [file] [log] [blame]
Brad Bishopbf066a62016-10-19 08:09:44 -04001description: >
2 An example inventory match rule.
3
4events:
5 - name: Example Match(2)
6 description: >
7 Matches any PropertiesChanged signal emitted
8 by /xyz/openbmc_project/testing.
9 type: match
10 signature:
11 type: signal
12 path: /xyz/openbmc_project/testing
13 interface: org.freedesktop.DBus.Properties
14 member: PropertiesChanged
15
16# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4