blob: db1009956a6fa417a600599e2cfbe020a94c2a20 [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/testing
interface: org.freedesktop.DBus.Properties
member: PropertiesChanged
filter:
type: propertyChangedTo
args:
- value: xyz.openbmc_project.Testing
- value: TestProperty
- value: teststring
action:
type: destroyObject("Example")
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4