blob: 3a0830568c3b98d2f8e8b020134481ba3cd09511 [file] [log] [blame]
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