| 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 |