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

This command is used to advertise the state of an indicator resource.

Params:

  * `:indicator_id` - This field is used to specify the actual indicator resource (required for v2+)
  * `:value` - Value of the implied property 0x01 of implied indicator resource 0x00. It is added to :resources
               if the resources field would otherwise be empty. Else ignored. (required v1)
  * `:resources` - Indicator resources (required for v2+ only)

# `param`

```elixir
@type param() ::
  {:resources, [Grizzly.ZWave.CommandClasses.Indicator.resource()]}
  | {:value, byte()}
```

---

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