[SOLVED] Determine which Item of a Group is switched ON

take a look here, you’re searching for “MyGroup.members.filter[i | <condition> ]: Return a Set of all the members that meet the provided ”

in your case something like GrSender.members.filter[i | i.state==ON ]

1 Like