|  Developer
Updated on February 1, 2022

Association group info

				
					{
    id = 50,
    version = 1,
    association_groups_count = 2
    association_groups = {
        {
            group_id = 1,
            group_name = "Lifeline",
            profile = {
                profile_msb = 0,
                profile_lsb = 0,
                name = "General:Lifeline"
            },
            commands = [{class_id = 71, command_id = 1, name = "CLOCK_SET"}, ...]
        },
        ...
    }
}				
			
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_name string group name
association_groups.profile table group profile
association_groups.profile.profile_msb int group profile most significant bit
association_groups.profile.profile_lsb int group profile least significant bit
association_groups.profile.name string [opt] group profile name
association_groups.commands array of objects group commands
association_groups.commands[].class_id int group command class ID
association_groups.commands[].command_id int group command ID
association_groups.commands[].name string [opt] group command name