View Source Grizzly.ZWave.Commands.IndicatorReport (grizzly v7.4.1)

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)

Summary

Types

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