View Source Grizzly.ZWave.Commands.AssociationGroupNameReport (grizzly v8.0.0)

This command is used to advertise the assigned name of an association group.

Params:

  • :group_id - the group id
  • :name - the group's name

Summary

Types

@type param() :: {:group_id, byte()} | {:name, String.t()}