Station volume
The station volume action controls the volume for a specific station. You can use it to:
- Increase or decrease the volume of a station.
- Toggle mute on a station.
- See the current volume level of a station.
This action requires a Stream Deck with dial inputs.
Basic configuration
To configure the action to control the volume for a specific station configure the following settings:
| Setting | Value | Example | 
|---|---|---|
| Callsign | The callsign for the station you want to control the volume of. | PDX_O_TWR | 
Configuring a station volume action
The station volume action displays the current volume of a specific station and enables changing the volume, as well as muting the station. This action requires a dial control, available on the Stream Deck +.
States
Interactions
| Interaction | Description | 
|---|---|
| Rotate left | Decreases the volume. | 
| Rotate right | Increases the volume. | 
| Short press | Toggles mute. | 
| Tap | Toggles mute. | 
Settings reference
| Setting | Description | Required? | 
|---|---|---|
| Callsign | The callsign for the station you want to control the volume of, for example PDX_O_TWR. | Yes | 
| Change amount | The size of volume change to make on each click of the knob. Default 2. | Yes | 
| Muted | The image to display when the station is muted in TrackAudio. | No | 
| Not muted | The image to display when the station is not muted in TrackAudio. | No | 
| Unavailable | The image to display when the station is not added in TrackAudio. | No | 
| Push to toggle mute | When enabled, a short press on the dial will toggle mute. When disabled, a short press will do nothing. Default true. | No | 
| Tap to toggle mute | When enabled, a tap on the display will toggle mute. When disabled, a tap will do nothing. Default true. | No | 
SVG template variables
All state images support SVG templates. The following variables are provided:
| Variable | Description | 
|---|---|
| volume | The current station volume, from 0-100. | 
| state | The name for the action’s current state. | 
The state names are:
- unavailable
- muted
- notConnected
- notMuted
Last updated on  (v4.2.0)