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

Lists commands supported by a node when using S0.

# `param`

```elixir
@type param() ::
  {:supported | :controlled, [Grizzly.ZWave.CommandClasses.command_class()]}
  | {:reports_to_follow, non_neg_integer()}
```

---

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