View Source Grizzly.ZWave.Commands.AssociationRemove (grizzly v8.0.1)

This command is used to remove destinations from a given association group.

Params:

  • :grouping_identifiers - the association grouping identifier (required)
  • :nodes - list of nodes to add the grouping identifier (required)

Summary

Types

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