blob: 4bf2ddd15e9fe1a178a28744839c825de64e440d [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
Brad Bishopd202bfd2016-10-31 09:51:55 -050012 path: /xyz/openbmc_project/Inventory/example
Brad Bishopbf066a62016-10-19 08:09:44 -040013 interface: org.freedesktop.DBus.Properties
14 member: PropertiesChanged
Brad Bishop3d57f502016-10-19 12:18:41 -040015 filter:
Brad Bishopafbd28e2016-10-21 22:37:17 -040016 type: propertyChangedTo
Brad Bishopbf5aa9c2016-10-19 21:19:04 -040017 args:
Brad Bishopd202bfd2016-10-31 09:51:55 -050018 - value: xyz.openbmc_project.Example.Iface1
19 - value: ExampleProperty1
Brad Bishopbf5aa9c2016-10-19 21:19:04 -040020 - value: teststring
Brad Bishop656a7d02016-10-19 22:20:02 -040021 action:
Brad Bishopafbd28e2016-10-21 22:37:17 -040022 type: destroyObject("Example")
Brad Bishopbf066a62016-10-19 08:09:44 -040023
24# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4