View Source Grizzly.ZWave.Commands.ConfigurationReport (grizzly v8.0.0)

Reports on a configuration parameter

Params:

  • :size - specifies the size of the configuration parameter (required)
  • :value - the value of the parameter (required)
  • :param_number - the configuration parameter number reported on (required)

Size

The size of the parameter are the values 1, 2, and 4 which is the number of bytes for the configuration parameter value. This should be provided by the user manual of our device.

Summary

Types

@type param() :: {:size, 1 | 2 | 4} | {:value, integer()} | {:param_number, byte()}