AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
GraspIOGraspIO

Control Digital Output ports

This action will control the Digital Output ports on the board.

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 control the Digital Output ports on the board.
API endpoint slug
graspio.digital_output
Filter code method
Graspio.digitalOutput.skip(string?: reason)
Runtime method
runAction("graspio.digital_output", {})

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

Port Dropdown list

Label
Port
Helper text
Select the Digital port to control.
Slug
port
Required
true
Can have default value
true
Filter code method
Graspio.digitalOutput.setPort(string: port)

State Dropdown list

Label
State
Helper text
Set the output state (High/Low)
Slug
state
Required
true
Can have default value
true
Filter code method
Graspio.digitalOutput.setState(string: state)