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

This command is used to advertise the name of a configuration parameter.

Params:

  • :param_number - This field is used to specify which configuration parameter (required)

  • :name - This field is used to specify the name of the configuration parameter (required)

  • reports_to_follow - This field is used to specify the number of reports to follow (optional)

Summary

Types

@type param() ::
  {:param_number, byte()} | {:name, binary()} | {:reports_to_follow, byte()}