# `Grizzly.ZWave.Commands.MultiChannelAggregatedMembersReport`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/multi_channel_aggregated_members_report.ex#L1)

This command is used to advertise the members of an Aggregated End Point.

Params:

  * `:aggregated_end_point` - an aggregated end_point (required)

  * `:members` - the lists of end points member of the aggregated end point (required, can be an empty list)

# `param`

```elixir
@type param() :: {:aggregated_end_point, 1..127} | {:members, [1..127]}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
