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

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

# `param`

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

---

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