description: > | |
An example inventory match rule. | |
events: | |
- name: Example Match(1) | |
description: > | |
Matches any PropertiesChanged signal. | |
type: match | |
signatures: | |
- type: signal | |
interface: org.freedesktop.DBus.Properties | |
member: PropertiesChanged | |
actions: | |
- name: setProperty | |
args: | |
interface: xyz.openbmc_project.Example.Iface1 | |
property: ExampleProperty1 | |
path: /test | |
value: | |
type: string | |
value: test | |
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |