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
- Label
- Board Name
- Helper text
- Select the board for the action to run on.
- Slug
- board_id
- Required
- true
- Can have default value
- false
- 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)
- 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)