View Source Grizzly.ZWave.Commands.VersionCommandClassReport (grizzly v8.0.1)

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)

Summary

Types

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