get_audio_volume
Retrieve the current audio volume level from a Busy Bar device to verify it is set to an audible level before playing notifications or tones.
Instructions
Retrieve the audio volume setting from the Busy Bar device.
This tool queries GET /api/audio/volume via `SettingsApi.get_audio_volume()`
to obtain the current volume level configuration.
Returns an AudioVolumeInfo object containing:
- volume (int): Volume level as an integer value
Use case:
Check or audit volume settings before playing audio notifications or tones;
useful for confirming device is configured at an audible level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||