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

This command is used to advertise the maximum number of association groups implemented by this
node.

Params:

 * `:supported_groupings` - the maximum number of association groups

# `param`

```elixir
@type param() :: {:supported_groupings, byte()}
```

---

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