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

This command is used to advertise the supported properties for a given indicator.

Params:

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

  * `:next_indicator_id` - This field is used to advertise if more Indicator IDs are supported after the actual Indicator ID advertised
                            by the Indicator ID field. (optional)

  * `:property_ids` - The ids of the supported properties by the resource (required)

# `param`

```elixir
@type param() ::
  {:indicator_id, Grizzly.ZWave.CommandClasses.Indicator.indicator_id()}
  | {:next__indicator_id, Grizzly.ZWave.CommandClasses.Indicator.indicator_id()}
  | {:property_ids, [Grizzly.ZWave.CommandClasses.Indicator.property_id()]}
```

---

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