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

Reports the command class version for a device

Params:

  * `:command_class` - the name of the command class the report is for
    (required)
  * `:version` - the version of the command class in the report (required)

# `param`

```elixir
@type param() ::
  {:command_class, Grizzly.ZWave.CommandClasses.command_class()}
  | {:version, byte()}
```

---

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