This action will convert text to audio, and transmit the audio through the radio connected to Boondock Echo.
- API endpoint slug
- boondock_tech.transmit_text
- Filter code method
- BoondockTech.transmitText.skip(string?: reason)
- Runtime method
- runAction("boondock_tech.transmit_text", {})
Action fields
- Label
- Dock
- Helper text
- In which dock you want to play
- Slug
- dock
- Required
- true
- Can have default value
- false
- 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)
- 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)
- Label
- Language
- Helper text
- Choose language model
- Slug
- language
- Required
- true
- Can have default value
- true
- Filter code method
- BoondockTech.transmitText.setLanguage(string: language)