bosch_camera_led_brightness_get
Retrieve the current LED brightness level (0-100%) for the top or bottom LED on Gen2 Bosch cameras. Use it to check camera lighting status.
Instructions
Get top or bottom LED brightness (0-100%). Gen2 cameras only.
position must be "top" or "bottom".
API: GET /v11/video_inputs/{id}/lighting/switch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes | ||
| position | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | 'top' or 'bottom' | |
| brightness_percent | Yes | 0-100 % |