bosch_camera_lighting_schedule_get
Retrieve the LED lighting schedule for an outdoor Bosch Smart Home Camera. Uses the camera's API to get the current schedule for LED lights.
Instructions
Get the LED lighting schedule for one outdoor (Eyes) camera.
API: GET /v11/video_inputs/{id}/lighting_options. Only available on
outdoor cameras with LED light — raises hardware_unsupported (HTTP 442)
on cameras without this feature, and api_unreachable (HTTP 444) if the
camera is offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on_time | No | Light-on time HH:MM:SS (Bosch API field 'generalLightOnTime') | |
| off_time | No | Light-off time HH:MM:SS (Bosch API field 'generalLightOffTime') | |
| wallwasher_on | No | Wallwasher light state during general-light-on (read-only) | |
| light_on_motion | No | Whether motion also triggers the light | |
| schedule_status | No | Bosch API field 'scheduleStatus', e.g. FOLLOW_SCHEDULE | |
| darkness_threshold | No | 0.0-1.0 ambient-darkness trigger threshold | |
| front_illuminator_on | No | Front illuminator state during general-light-on (read-only) | |
| front_illuminator_intensity | No | Front illuminator intensity (read-only) | |
| light_on_motion_followup_secs | No | Seconds the light stays on after motion (read-only) |