bosch_camera_audio_get
Retrieve the current microphone and speaker levels, along with intercom status, for a Gen2 camera with sound support to verify or adjust audio settings.
Instructions
Get the microphone and speaker level settings for one Gen2 camera.
Only for cameras with featureSupport.sound=true (Gen2 Indoor II and
Gen2 Outdoor II). Raises hardware_unsupported immediately for Gen1
cameras or Gen2 cameras without audio hardware.
Returns {microphone_level, speaker_level, intercom_enabled}.
intercom_enabled is None for cameras without a two-way intercom
(e.g. Outdoor II).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speaker_level | No | Speaker / intercom playback volume (0-100) | |
| intercom_enabled | No | Two-way intercom enabled flag (Gen2 Indoor II only; None for cameras without intercom) | |
| microphone_level | No | Microphone recording level (0-100) |