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 turn on sound detection
- API endpoint slug
- Smitch.turn_on_sound_detection
- Filter code method
- Smitch.turnOnSoundDetection.skip(string?: reason)
- Runtime method
- runAction("Smitch.turn_on_sound_detection", {})
Action fields
Camera Dropdown list
- Label
- Camera
- Helper text
- Choose the camera to turn on sound detection
- Slug
- camera
- Required
- true
- Can have default value
- false
Sound detection type Dropdown list
- Label
- Sound Detection Type
- Helper text
- Choose the sound detection type
- Slug
- sound_detection_type
- Required
- true
- Can have default value
- true
- Filter code method
- Smitch.turnOnSoundDetection.setSoundDetectionType(string: soundDetectionType)