bosch_camera_led_brightness_set
Set the top or bottom LED brightness (0-100%) on Gen2 cameras to control the indicator light intensity.
Instructions
Set top or bottom LED brightness (0-100%). Gen2 cameras only.
position must be "top" or "bottom".
API: PUT /v11/video_inputs/{id}/lighting/switch (full-body write, GET-merged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes | ||
| position | Yes | ||
| brightness_percent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | 'top' or 'bottom' | |
| brightness_percent | Yes | 0-100 % |