control:docs:events: Describe groups

Describe the groups entries in events.json.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I6ab62748f47a3b73106639c404841cecf892a957
diff --git a/docs/control/events.md b/docs/control/events.md
index 572926e..cda103f 100644
--- a/docs/control/events.md
+++ b/docs/control/events.md
@@ -65,3 +65,29 @@
 the Present property on each member of the group and set the fan target hold to
 15000 when one or more of them is false.  Otherwise, it will clear its fan
 target hold.
+
+## Groups
+
+```
+"groups": [
+    {
+        "name": "<name>",
+        "interface": "<interface>",
+        "property": { "name": "<name>" }
+    }
+    ...
+]
+```
+
+### name
+The name of a group that must be also be defined in
+[groups.json](groups.md).
+
+### interface
+The actions and triggers defined with this group will look at this D-Bus
+interface on the members of this group.
+
+### property: name
+The actions and triggers defined with this group will look at this D-Bus
+property on the members of this group.
+