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

This command is used to request the properties of one or more association group.

Params:

  • :refresh_cache - Whether to refresh cached info
  • :all - Get info on all assocation groups
  • :group_id - get info on this association group (required if all is false)

Summary

Types

@type param() :: {:all, boolean()} | {:refresh_cache, boolean()} | {:group_id, byte()}