View Source Grizzly.ZWave.Commands.IndicatorSupportedReport (grizzly v8.5.3)
This command is used to advertise the supported properties for a given indicator.
Params:
:indicator_id
- This field is used to specify the actual indicator resource (required):next_indicator_id
- This field is used to advertise if more Indicator IDs are supported after the actual Indicator ID advertisedby the Indicator ID field. (optional)
:property_ids
- The ids of the supported properties by the resource (required)
Summary
Types
@type param() :: {:indicator_id, Grizzly.ZWave.CommandClasses.Indicator.indicator_id()} | {:next__indicator_id, Grizzly.ZWave.CommandClasses.Indicator.indicator_id()} | {:property_ids, [Grizzly.ZWave.CommandClasses.Indicator.property_id()]}