Group Location
Explore Plans
Mobile menu Close menu
Tochie SpeakerTochie Speaker

Set playback volume

This action will set the playback volume of a Tochie speaker

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 set the playback volume of a Tochie speaker
API endpoint slug
tochie_speaker.set_volume
Filter code method
TochieSpeaker.setVolume.skip(string?: reason)
Runtime method
runAction("tochie_speaker.set_volume", {})

Action fields

Device ID Dropdown list

Label
Speaker
Helper text
Your Tochie speaker name
Slug
device_id
Required
true
Can have default value
false

Volume Dropdown list

Label
Volume
Helper text
The speaker's volume, between 1 to 10. 10 is the loudest.
Slug
volume
Required
true
Can have default value
true
Filter code method
TochieSpeaker.setVolume.setVolume(string: volume)