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

Module for the `ASSOCIATION_SET` command

The node receiving this command should add the specified node ids to the
association group. However, if the association group for the node is full
this command is ignored.

Params:

  - `:grouping_identifier` - the association grouping identifier (required)
  - `:nodes` - list of nodes to add the grouping identifier (required)

# `param`

```elixir
@type param() :: {:grouping_identifier, byte()} | {:nodes, [Grizzly.ZWave.node_id()]}
```

---

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