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

This command is used to advertise the commands that are sent via an actual
association group.

Params:

  * `:group_id` - the group identifier
  * `:commands` - lists of commands

# `param`

```elixir
@type param() :: {:group_id, byte()} | {:commands, [atom()]}
```

---

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