AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
MusaicMusaic

Set volume

This Action will set a specific volume (0-100) for the room (i.e. Musaic player) that you select.

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 a specific volume (0-100) for the room (i.e. Musaic player) that you select.
API endpoint slug
musaic.go_to_volume
Filter code method
Musaic.goToVolume.skip(string?: reason)
Runtime method
runAction("musaic.go_to_volume", {})

Action fields

Room player Dropdown list

Label
Which room?
Helper text
The room (i.e. Musaic player) for which you wish to set the volume.
Slug
room_player
Required
true
Can have default value
false

Player volume Dropdown list

Label
What volume level?
Helper text
The volume level you wish to set.
Slug
player_volume
Required
true
Can have default value
true
Filter code method
Musaic.goToVolume.setPlayerVolume(string: playerVolume)