AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
GraspIOGraspIO

Control RGB LED

This action will turn on the RGB LED with the selected color.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will turn on the RGB LED with the selected color.
API endpoint slug
graspio.led_color
Filter code method
Graspio.ledColor.skip(string?: reason)
Runtime method
runAction("graspio.led_color", {})

Action fields

Board ID Dropdown list

Label
Board Name
Helper text
Select the board for the action to run on.
Slug
board_id
Required
true
Can have default value
false

Led color Dropdown list

Label
LED Color
Helper text
Select a color for the LED
Slug
led_color
Required
true
Can have default value
true
Filter code method
Graspio.ledColor.setLedColor(string: ledColor)