get_groups()
- 1 Minute to read
get_groups()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?