turn_off_group()
- 1 Minute to read
turn_off_group()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
This function turns off an led’s group.
Reference
Arguments
Arguments | Type | Explanation |
---|---|---|
group | string | Name of the predefined led's group. |
Return
None
Exceptions
RayaLedsWrongGroup
See the complete LEDs exceptions.
Usage example
Turn off the 'chest' group of leds.
Code:
self.leds.turn_off_group(group = 'chest')
Was this article helpful?