This action will beep the buzzer by turning it on and off at the desired frequency.
- API endpoint slug
- graspio.buzzer
- Filter code method
- Graspio.buzzer.skip(string?: reason)
- Runtime method
- runAction("graspio.buzzer", {})
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
- Repeat
- Helper text
- Set the number of beeps
- Slug
- repeat
- Required
- true
- Can have default value
- true
- Filter code method
- Graspio.buzzer.setRepeat(string: repeat)
- Label
- Delay
- Helper text
- Set the beep on and beep off duration.
- Slug
- delay
- Required
- true
- Can have default value
- true
- Filter code method
- Graspio.buzzer.setDelay(string: delay)