Grizzly.ZWave.Commands.MultiChannelAssociationRemove (grizzly v0.15.8) View Source
This command is used to remove NodeID and End Point destinations from a given association group. The destinations MAY be a mix of NodeID destinations and End Point destinations.
Params:
:grouping_identifier
- the association grouping identifier (required):nodes
- list of nodes to add the grouping identifier (required):node_endpoints
- Endpoints of multichannel nodes
Link to this section Summary
Link to this section Types
Specs
param() :: {:grouping_identifier, byte()} | {:nodes, [Grizzly.ZWave.node_id()]} | {:node_endpoints, [Grizzly.ZWave.CommandClasses.MultiChannelAssociation.node_endpoint()]}