AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
MusaicMusaic

Sound an alarm

This Action will play an alarm sound to the room (i.e. Musaic player) 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 play an alarm sound to the room (i.e. Musaic player) you select.
API endpoint slug
musaic.sound_an_alarm
Filter code method
Musaic.soundAnAlarm.skip(string?: reason)
Runtime method
runAction("musaic.sound_an_alarm", {})

Action fields

Room player Dropdown list

Label
Which room?
Helper text
The room (i.e. Musaic player) you wish to play an alarm sound to.
Slug
room_player
Required
true
Can have default value
false

Alarm type Dropdown list

Label
Which alarm type?
Helper text
The type of alarm to be played.
Slug
alarm_type
Required
true
Can have default value
true
Filter code method
Musaic.soundAnAlarm.setAlarmType(string: alarmType)

Alarm volume Dropdown list

Label
What volume level?
Helper text
The volume you wish to play the alarm at, if no volume is set the default alarm volume is used.
Slug
alarm_volume
Required
false
Can have default value
true
Filter code method
Musaic.soundAnAlarm.setAlarmVolume(string: alarmVolume)