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

Command to query the capabilities of one individual endpoint or aggregated
end point

Params:

* `:seq_number` - the sequence number for this command
* `:node_id` - the node id that has the end point to query
* `:end_point` - the end point to query

# `param`

```elixir
@type param() ::
  {:seq_number, Grizzly.ZWave.seq_number()}
  | {:node_id, Grizzly.ZWave.node_id()}
  | {:end_point, 0..127}
```

---

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