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

Module for the ASSOCIATION_SET command

The node receiving this command should add the specified node ids to the association group. However, if the association group for the node is full this command is ignored.

Params:

  • :grouping_identifier - 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()]}