Have Tochie Speaker read a message when you enter an area
This action will convert text to speech and play on your Tochie.
Developer info
- API endpoint slug
- tochie_speaker.tts_speaker
- Filter code method
- TochieSpeaker.ttsSpeaker.skip(string?: reason)
- Runtime method
- runAction("tochie_speaker.tts_speaker", {})
Action fields
Text Text input > Short text
- Label
- Text
- Helper text
- The text to read out
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- TochieSpeaker.ttsSpeaker.setText(string: text)
Device Dropdown list
- Label
- Speaker
- Helper text
- Your Tochie speaker name
- Slug
- device_id
- Required
- true
- Can have default value
- false
Chime Dropdown list
- Label
- Play chime
- Slug
- chime
- Required
- true
- Can have default value
- true
- Filter code method
- TochieSpeaker.ttsSpeaker.setChime(string: chime)