|  Developer
Updated on February 1, 2022

Associations

				
					{
    id = 50,
    version = 1,
    association_groups_count = 2
    association_groups = {
        {group_id = 1, group_nodes = [1, 2, 3], group_nodes_max_count = 3},
        {group_id = 2, group_nodes = [1, 5, 6], group_nodes_max_count = 4},
        ...
    }
}				
			
field type description
id int identifier of command class
version int version of command class
association_groups_count int number of association groups
association_groups table info about each association group
association_groups.group_id int group ID
association_groups.group_nodes array of int Zwave nodes, that are added to group
association_groups.group_nodes_max_count int maximum number of nodes in group