AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
GraspIOGraspIO

Beep Buzzer

This action will beep the buzzer by turning it on and off at the desired frequency.

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 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

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

Repeat Dropdown list

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)

Delay Dropdown list

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)