summaryrefslogtreecommitdiffstats
path: root/src/example/example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/example.yaml')
-rw-r--r--src/example/example.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/example/example.yaml b/src/example/example.yaml
index 87c9790..3d60396 100644
--- a/src/example/example.yaml
+++ b/src/example/example.yaml
@@ -26,3 +26,21 @@
path: /xyz/openbmc_project/testing/inst3
- meta: path
path: /xyz/openbmc_project/testing/inst4
+
+- name: example property group
+ description: >
+ 'Like path groups, a property group is a named collection
+ of DBus property names and associated metadata.
+
+ Properties in a group must all have the same DBus type signature
+ and must be explicitly declared.'
+ class: group
+ group: property
+ type: uint32
+ members:
+ - interface: xyz.openbmc_project.Sensor.Value
+ meta: property
+ property: ValueA
+ - interface: xyz.openbmc_project.Sensor.Value
+ meta: property
+ property: ValueB
OpenPOWER on IntegriCloud