Brad Bishop | bf066a6 | 2016-10-19 08:09:44 -0400 | [diff] [blame] | 1 | description: > |
| 2 | An example inventory match rule. |
| 3 | |
| 4 | events: |
| 5 | - name: Example Match(1) |
| 6 | description: > |
| 7 | Matches any PropertiesChanged signal. |
| 8 | type: match |
Brad Bishop | 22cfbe6 | 2016-11-30 13:25:10 -0500 | [diff] [blame] | 9 | signatures: |
| 10 | - type: signal |
| 11 | interface: org.freedesktop.DBus.Properties |
| 12 | member: PropertiesChanged |
| 13 | actions: |
Brad Bishop | e2e402f | 2016-11-30 18:00:17 -0500 | [diff] [blame^] | 14 | - name: setProperty |
| 15 | args: |
| 16 | interface: xyz.openbmc_project.Example.Iface1 |
| 17 | property: ExampleProperty1 |
| 18 | path: /test |
| 19 | value: |
| 20 | type: string |
| 21 | value: test |
Brad Bishop | bf066a6 | 2016-10-19 08:09:44 -0400 | [diff] [blame] | 22 | |
| 23 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |