summaryrefslogtreecommitdiffstats
path: root/example/events.d
diff options
context:
space:
mode:
Diffstat (limited to 'example/events.d')
-rw-r--r--example/events.d/match1.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/example/events.d/match1.yaml b/example/events.d/match1.yaml
index 87279d2..3a08305 100644
--- a/example/events.d/match1.yaml
+++ b/example/events.d/match1.yaml
@@ -11,6 +11,13 @@ events:
interface: org.freedesktop.DBus.Properties
member: PropertiesChanged
actions:
- - name: noop
+ - 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
OpenPOWER on IntegriCloud