Transmit text-to-speech message with Boondock Echo
This action will convert text to audio, and transmit the audio through the radio connected to Boondock Echo.
Developer info
- API endpoint slug
- boondock_tech.transmit_text
- Filter code method
- BoondockTech.transmitText.skip(string?: reason)
- Runtime method
- runAction("boondock_tech.transmit_text", {})
Action fields
Dock Dropdown list
- Label
- Dock
- Helper text
- In which dock you want to play
- Slug
- dock
- Required
- true
- Can have default value
- false
Text Text input > Short text
- Label
- Text
- Helper text
- Text for audio Conversion
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- BoondockTech.transmitText.setText(string: text)
Character Dropdown list
- Label
- Character
- Helper text
- select character for speech
- Slug
- character
- Required
- true
- Can have default value
- true
- Filter code method
- BoondockTech.transmitText.setCharacter(string: character)
Language Dropdown list
- Label
- Language
- Helper text
- Choose language model
- Slug
- language
- Required
- true
- Can have default value
- true
- Filter code method
- BoondockTech.transmitText.setLanguage(string: language)