blob: d31a694b49536251da98f18c794bdab3537e2e7b [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
signatures:
- type: signal
path: /xyz/openbmc_project/Inventory/example
interface: org.freedesktop.DBus.Properties
member: PropertiesChanged
filters:
- name: propertyChangedTo
args:
interface: xyz.openbmc_project.Example.Iface1
property: ExampleProperty1
value:
type: string
value: testString
actions:
- name: destroyObject
args:
path: Example
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4