View Source Grizzly.ZWave.Commands.IndicatorSet (grizzly v8.5.3)
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+)
Summary
Types
@type param() :: {:value, Grizzly.ZWave.CommandClasses.Indicator.value()} | {:resource, [Grizzly.ZWave.CommandClasses.Indicator.resource()]}