grizzly v0.8.0 Grizzly.Node.Association View Source
This module is useful for working with Z-Wave Node Associations
Link to this section Summary
Link to this section Types
Link to this type
group()
View Source
group()
View Source
group() :: byte()
group() :: byte()
Link to this type
t()
View Source
t()
View Source
t() :: %Grizzly.Node.Association{group: byte(), nodes: [Grizzly.Node.node_id()]}
t() :: %Grizzly.Node.Association{group: byte(), nodes: [Grizzly.Node.node_id()]}
Link to this section Functions
Link to this function
new(group, nodes \\ [])
View Source
new(group, nodes \\ [])
View Source
new(group(), [Grizzly.Node.node_id()]) :: t()
new(group(), [Grizzly.Node.node_id()]) :: t()
Link to this function