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
- 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
- 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)
- 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)