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

This command is used to manipulate one or more indicator resources at a supporting node.

Params:

  * `:value` - This field is used to enable or disable the indicator resource (required if v1 - optional and ignored otherwise)

  * `:resources` - Indicator objects, each with an indicator id, property id and value (optional, v2+)

# `param`

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

---

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