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

This command is used to advertise appearance and use of an indicator ID resource.

Params:

  • :indicator_id - This field is used to specify the actual indicator resource (required)

  • :description - This field is used to advertise the appearance and use of the Indicator ID

Summary

Types

@type param() ::
  {:indicator_id, Grizzly.ZWave.CommandClasses.Indicator.indicator_id()}
  | {:description, String.t()}