Group: Message<"meshtastic.Group"> & {
    role: MemberRole;
    team: Team;
}

ATAK Group <__group role='Team Member' name='Cyan'/>

Type declaration

  • role: MemberRole

    Role of the group member

    from field: meshtastic.MemberRole role = 1;

  • team: Team

    Team (color) Default Cyan

    from field: meshtastic.Team team = 2;

from message meshtastic.Group