View Source Grizzly.ZWave.Commands.MultiChannelAssociationRemove (grizzly v7.4.2)

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

Summary

Types

@type param() ::
  {:grouping_identifier, byte()}
  | {:nodes, [Grizzly.ZWave.node_id()]}
  | {:node_endpoints,
     [Grizzly.ZWave.CommandClasses.MultiChannelAssociation.node_endpoint()]}