View Source Grizzly.ZWave.Commands.MultiChannelAggregatedMembersReport (grizzly v8.5.3)
This command is used to advertise the members of an Aggregated End Point.
Params:
:aggregated_end_point
- an aggregated end_point (required):members
- the lists of end points member of the aggregated end point (required, can be an empty list)
Summary
Types
@type param() :: {:aggregated_end_point, Grizzly.ZWave.CommandClasses.MultiChannel.end_point()} | {:members, [Grizzly.ZWave.CommandClasses.MultiChannel.end_point()]}