summaryrefslogtreecommitdiffstats
path: root/example/events.d/match1.yaml
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-28 23:25:58 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-02-15 17:43:18 +0000
commit02ca0219c1e20f4f51eba068a9a9e272a60f7385 (patch)
tree57313325f396aa09099e6f3b3790b539782c0a61 /example/events.d/match1.yaml
parentcda036f7506dc58736c8854319c2e49fd9706677 (diff)
downloadphosphor-inventory-manager-02ca0219c1e20f4f51eba068a9a9e272a60f7385.tar.gz
phosphor-inventory-manager-02ca0219c1e20f4f51eba068a9a9e272a60f7385.zip
setProperty: Allow multiple objects
Allow multiple objects when using the setProperty action. Change-Id: Ie65b9abee6240d6a6541b9778d4bf776010f865d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'example/events.d/match1.yaml')
-rw-r--r--example/events.d/match1.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/events.d/match1.yaml b/example/events.d/match1.yaml
index afc2974..7133271 100644
--- a/example/events.d/match1.yaml
+++ b/example/events.d/match1.yaml
@@ -25,7 +25,8 @@ events:
- name: setProperty
interface: xyz.openbmc_project.Example.Iface1
property: ExampleProperty1
- path: /changeme
+ paths:
+ - /changeme
value:
type: string
value: changed
OpenPOWER on IntegriCloud