blob: 4bf2ddd15e9fe1a178a28744839c825de64e440d [file] [log] [blame]
description: >
An example inventory match rule.
events:
- name: Example Match(2)
description: >
Matches any PropertiesChanged signal emitted
by /xyz/openbmc_project/testing.
type: match
signature:
type: signal
path: /xyz/openbmc_project/Inventory/example
interface: org.freedesktop.DBus.Properties
member: PropertiesChanged
filter:
type: propertyChangedTo
args:
- value: xyz.openbmc_project.Example.Iface1
- value: ExampleProperty1
- value: teststring
action:
type: destroyObject("Example")
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4