get_groups()
  • 1 Minute to read

get_groups()


Article summary

Returns a List type string with all the leds groups name.

Reference

List of groups

Group Name
head
chest
sensors
skirt

Return

List: a list types string that containes all the avilable groups.

Example

Get all the groups of all led's:

print(self.leds.get_groups())

output:

['head', 'sensors', 'skirt', 'chest']

Was this article helpful?

What's Next