Explore Plans
Mobile menu Close menu
GraspIOGraspIO

Control Digital Output ports

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

Developer info

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)