View Source Grizzly.ZWave.Commands.IndicatorReport (grizzly v8.6.6)
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 :resourcesif the resources field would otherwise be empty. Else ignored. (required v1)
:resources
- Indicator resources (required for v2+ only)
Summary
Types
@type param() :: {:resources, [Grizzly.ZWave.CommandClasses.Indicator.resource()]} | {:value, byte()}