This action will make the board speak using the interfaced Speaker.
Developer info
- API endpoint slug
- graspio.speak
- Filter code method
- Graspio.speak.skip(string?: reason)
- Runtime method
- runAction("graspio.speak", {})
Action fields
Board ID Dropdown list
- Label
- Board Name
- Helper text
- Select the board for the action to run on.
- Slug
- board_id
- Required
- false
- Can have default value
- false
Text Text input > Path to a folder
- Label
- Text
- Helper text
- Enter the text for the board to speak
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- Graspio.speak.setText(string: text)